]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
Assume sideband and aes_ctr128 are always supported/requested.
[paraslash.git] / client_common.c
index c25da96b169126ab36f5b6e7f95a2161d19a3aa9..16568b9cc42362381e4d57f1f3305340a406e720 100644 (file)
@@ -292,8 +292,7 @@ static int client_post_select(struct sched *s, void *context)
        case CL_RECEIVED_WELCOME: /* send auth command */
                if (!FD_ISSET(ct->scc.fd, &s->wfds))
                        return 0;
-               sprintf(buf, AUTH_REQUEST_MSG "%s sideband,aes_ctr128",
-                       ct->user);
+               sprintf(buf, AUTH_REQUEST_MSG "%s", ct->user);
                PARA_INFO_LOG("--> %s\n", buf);
                ret = write_buffer(ct->scc.fd, buf);
                if (ret < 0)