]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - lib/ZAsyncLocate.c
unpack of new upstream
[1ts-debian.git] / lib / ZAsyncLocate.c
index b3976d74ecb52bb65dca772d507a8b5ce2341190..86e3ca069edfb60cf63e795c15681d8d52bd6fac 100644 (file)
@@ -16,8 +16,7 @@
 static const char rcsid_ZAsyncLocate_c[] = "$Id: ZAsyncLocate.c,v 1.6 1999/01/22 23:19:02 ghudson Exp $";
 #endif
 
-Code_t ZRequestLocations(galaxy, user, zald, kind, auth)
-     char *galaxy;
+Code_t ZRequestLocations(user, zald, kind, auth)
      char *user;
      register ZAsyncLocateData_t *zald;
      ZNotice_Kind_t kind;      /* UNSAFE, UNACKED, or ACKED */
@@ -40,7 +39,6 @@ Code_t ZRequestLocations(galaxy, user, zald, kind, auth)
     notice.z_recipient = "";
     notice.z_default_format = "";
     notice.z_message_len = 0;
-    notice.z_dest_galaxy = galaxy;
 
     if ((retval = ZSendNotice(&notice, auth)) != ZERR_NONE)
        return(retval);