<div dir="ltr"><div><div><div><div>Hello, I think I&#39;ve found a problem in the scp implementation in 0.56:  lines 233-235 of scp.c say:<br><br>#ifdef USE_VFORK<br>                arg_setup(host, remuser, cmd);<br>#endif<br>
<br></div>and IMO it should be<br><br>#ifndef USE_VFORK<br>                arg_setup(host, remuser, cmd);<br>#endif<br><br></div>which would correspond to the logic in previous releases.  As it is now, dbclient will complain and show its help because arg_setup is never executed on systems using a regular fork() call.<br>
<br></div><div>Do you agree?<br></div><div><br></div>Best regards,<br><br><br></div>Frank Van Uffelen<br><div><br></div></div>