Changed serv_network.c receive_spool to remove the use of mv.
authorDave West <davew@uncensored.citadel.org>
Fri, 5 Oct 2007 00:34:49 +0000 (00:34 +0000)
committerDave West <davew@uncensored.citadel.org>
Fri, 5 Oct 2007 00:34:49 +0000 (00:34 +0000)
commit997fe2ef9beb4effc54abf7f354b2cca37ab403f
tree7cbfba7b047b20670266f4ee939ea1b2b887ec9d
parent52153294f393f9b11ebbd2fc4dd409667e84fad5
Changed serv_network.c receive_spool to remove the use of mv.
This fixed the boom I was getting.
It seems that syscall system may not be thread safe on some systems
(probably old ones).
citadel/modules/network/serv_network.c
citadel/server.h