Is this condition (am_server == 1 and am_daemon == 0) possible ?

Matt McCutchen hashproduct+rsync at gmail.com
Wed Feb 14 14:01:01 GMT 2007


On 2/14/07, Qi Yong <qiyong at fc-cn.com> wrote:
> Is this condition possible (am_server == 1 and am_daemon == 0) ?

Yes, this is true of the remote rsync process in an rsync session over SSH.

> iow, is this path possible? main() -> start_server() -> start_client()

No, I don't see any way start_server can call start_client.

Matt


More information about the rsync mailing list