]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
fuse/blackmatch: fix linkage problems with daemonize
authorrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 16 Oct 2008 16:36:37 +0000 (09:36 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 16 Oct 2008 16:36:37 +0000 (09:36 -0700)
commite3bc3148c9ebff93586539f25b581d5f2f931d6d
tree9a2e0d1bc52845c45a13cf750c2018bb6c2f4310
parent4785299980849f7c84991edd05264de83d220f14
fuse/blackmatch: fix linkage problems with daemonize

the daemonize() function imported from twisted was causing problems when
run from a frozen (py2app) build.  I simply copied the daemonize function
into this file, and that fixes the problem.

also removed a couple of lines of debugging spam that slipped through.
contrib/fuse/impl_c/blackmatch.py