-rw-r--r-- | src/eyefiworker.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/eyefiworker.cc b/src/eyefiworker.cc index 1979b46..645069e 100644 --- a/src/eyefiworker.cc +++ b/src/eyefiworker.cc | |||
@@ -32,2 +32,5 @@ eyefiworker::eyefiworker() | |||
32 | ; | 32 | ; |
33 | #ifdef HAVE_SQLITE | ||
34 | sqlite3_initialize(); | ||
35 | #endif | ||
33 | } | 36 | } |
@@ -37,5 +40,2 @@ eyefiworker::~eyefiworker() { | |||
37 | int eyefiworker::run(int bindport) { | 40 | int eyefiworker::run(int bindport) { |
38 | #ifdef HAVE_SQLITE | ||
39 | sqlite3_initialize(); | ||
40 | #endif | ||
41 | if(!soap_valid_socket(bind(0,bindport,64))) | 41 | if(!soap_valid_socket(bind(0,bindport,64))) |