]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - lib/ZNewLocU.c
unpack of new upstream
[1ts-debian.git] / lib / ZNewLocU.c
index 404e22d5893bd4e22903cf2aab50b7acad0b2395..2d2e62b853aa5363eb19250cc8c14a7736724c3f 100644 (file)
@@ -17,8 +17,7 @@ static const char rcsid_ZNewLocateUser_c[] =
     "$Id: ZNewLocU.c,v 1.10 1999/01/22 23:19:17 ghudson Exp $";
 #endif
 
-Code_t ZLocateUser(galaxy, user, nlocs, auth)
-    char *galaxy;
+Code_t ZLocateUser(user, nlocs, auth)
     char *user;
     int *nlocs;
     Z_AuthProc auth;
@@ -30,8 +29,7 @@ Code_t ZLocateUser(galaxy, user, nlocs, auth)
     (void) ZFlushLocations();  /* ZFlushLocations never fails (the library
                                   is allowed to know this). */
 
-    if ((retval = ZRequestLocations(galaxy, user, &zald, UNACKED,
-                                   auth)) != ZERR_NONE)
+    if ((retval = ZRequestLocations(user, &zald, UNACKED, auth)) != ZERR_NONE)
        return(retval);
 
     retval = Z_WaitForNotice (&notice, ZCompareALDPred, &zald, SRV_TIMEOUT);