X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=command.c;h=f096edcc37493bab7dbe8e4cab461da71dee50ce;hb=a4265e19f9472cd6fd9ab677e5dff671ebdb41c3;hp=5da5833ba3fb953d7ccdfe521ddc5f14632fb4f8;hpb=c2708c767b300a33c8636681ed4550d4f3be0ce0;p=paraslash.git diff --git a/command.c b/command.c index 5da5833b..f096edcc 100644 --- a/command.c +++ b/command.c @@ -1062,7 +1062,7 @@ int handle_connect(int fd, struct sockaddr_in *addr) } PARA_DEBUG_LOG("received %s request for user %s\n", use_rc4? "rc4" : "auth", u.name); - if ((ret = get_user(&u)) < 0) + if ((ret = lookup_user(&u)) < 0) goto err_out; if (!ret) { /* user not found */ PARA_WARNING_LOG("auth request for unknown user %s\n", u.name);