Got rid of a useless list_only tweak.
authorWayne Davison <wayned@samba.org>
Sun, 7 Oct 2007 03:52:17 +0000 (03:52 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 7 Oct 2007 03:52:17 +0000 (03:52 +0000)
clientserver.c

index 700a126..20a164e 100644 (file)
@@ -215,9 +215,6 @@ int start_inband_exchange(int f_in, int f_out, const char *user, int argc, char
        if (exchange_protocols(f_in, f_out, line, sizeof line, 1) < 0)
                return -1;
 
-       if (list_only && protocol_version >= 29)
-               list_only |= 2;
-
        /* set daemon_over_rsh to false since we need to build the
         * true set of args passed through the rsh/ssh connection;
         * this is a no-op for direct-socket-connection mode */