summaryrefslogtreecommitdiff
path: root/nopsyncd/tcpserver.lua
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-03-16 16:02:46 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-03-16 16:02:46 (GMT)
commita57ad1b134763b55f9dcc0a63e6995a66bcc2a7d (patch)
tree35bf6ce2abdb4d159e5f63e5e35f0bced82d68d1 /nopsyncd/tcpserver.lua
parent0ae418d89c3725ca72510467e8cfa55adefc8c6b (diff)
timestamp as text
Diffstat (limited to 'nopsyncd/tcpserver.lua')
-rwxr-xr-xnopsyncd/tcpserver.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/nopsyncd/tcpserver.lua b/nopsyncd/tcpserver.lua
index d298eed..3f7c70a 100755
--- a/nopsyncd/tcpserver.lua
+++ b/nopsyncd/tcpserver.lua
@@ -86,11 +86,11 @@ end
function main_loop()
local pipefd = pipe.getreadfd()
- -- local ret, err = tempstorage:init()
- -- if ret == nil then
- -- io.stderr:write("creation of tempstorage failed: " .. err .. "\n")
- -- os.exit(1)
- -- end
+ local ret, err = tempstorage:init()
+ if ret == nil then
+ io.stderr:write("creation of tempstorage failed: " .. err .. "\n")
+ os.exit(1)
+ end
server = init_server()