* Use fork() and exec() instead of system() to set up the master SSH session, so...
authorArt Cancro <ajc@citadel.org>
Sun, 26 Apr 2009 03:46:53 +0000 (03:46 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 26 Apr 2009 03:46:53 +0000 (03:46 +0000)
commitfd4864b766d989e539e231b13d10f869840c532c
treef1da8777058e2dfde6293b5b3d1c4f96576a56c8
parent322760b2c45d20cbcdcbac7dc1f24d4f57a400cf
* Use fork() and exec() instead of system() to set up the master SSH session, so we can get the pid to kill later
* At exit, kill the master SSH session and delete the socket
citadel/ctdlmigrate.c