Imported Upstream version 2.6.1
[debian/amanda] / client-src / runtar.c
index 144d6bfc777052b87a39298b20c4c7331b818b69..cc4705faada555cdd4a4bfd6fd85268e7f5c2d72 100644 (file)
@@ -112,11 +112,6 @@ main(
        }
     } while(0);
 
-    if(get_client_uid() == (uid_t) -1) {
-       error(_("error [cannot find user %s in passwd file]\n"), CLIENT_LOGIN);
-       /*NOTREACHED*/
-    }
-
 #ifdef WANT_SETUID_CLIENT
     check_running_as(RUNNING_AS_CLIENT_LOGIN | RUNNING_AS_UID_ONLY);
     if (!become_root()) {