Moved the end of start_socket_client() into a new function called
authorWayne Davison <wayned@samba.org>
Thu, 1 Aug 2002 00:36:56 +0000 (00:36 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 1 Aug 2002 00:36:56 +0000 (00:36 +0000)
commit68f40ebba95bf0d11bcc438cc8523a7d796e5a83
treecbc84012918ccab1edd0284b48a885302bae09d2
parent973007daac25a8cd64c617fe57f566a037fad179
Moved the end of start_socket_client() into a new function called
start_inband_exchange() and made several functions take two fds
(for the daemon via remote-shell support).  The start_daemon()
function is no longer static and now works on non-socket fds.
clientserver.c