Fixed a bug introduced in r5517 that was causing
authorArt Cancro <ajc@citadel.org>
Thu, 15 Nov 2007 16:15:09 +0000 (16:15 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 15 Nov 2007 16:15:09 +0000 (16:15 +0000)
commit6c0efaf727945b7121ed8c3d4128feec9795c89d
treedcd261d4652c57bea4ee8c2a2bfd54612d108f4e
parente6ccf48987ccc50722b6c833d3dc5e51d1964968
Fixed a bug introduced in r5517 that was causing
incoming network messages to simply be thrown away most of
the time.  r5517 replaced a call to /bin/mv with a copy file
loop, but the loop operated in line-by-line text mode.
Network spool contains architecture-independent binary data,
so this was failing.
citadel/modules/network/serv_network.c