summaryrefslogtreecommitdiff
path: root/nopsyncd/tcpserver.lua
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-03-16 01:47:03 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-03-16 01:47:03 (GMT)
commitd3960b443bd20216d096815db6e10e2b7f6c53b9 (patch)
tree67322d836cdf6d1e771a2f9861cb6ef2c5308e42 /nopsyncd/tcpserver.lua
parent74cce8f8317cacc9f07404236710e68f279b3773 (diff)
insert music into tempstorage
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 3f7c70a..d298eed 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()