]> andersk Git - moira.git/blobdiff - server/qrtn.qc
This change was made by Mike, who didn't feel like checking it in.
[moira.git] / server / qrtn.qc
index 4222f5eeebb4dff85b5c87e444b2f8a401898c6e..505ae17646c55047abe7f6bbd7834e82bb055d58 100644 (file)
@@ -6,11 +6,15 @@
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
  *
  *     $Log$
- *     Revision 1.10  1987-08-28 14:57:51  mike
- *     Modified sms_query to not enclose RETRIEVE queries in begin/end transaction.
- *     This was necessary to allow get_all_poboxes and get_groups_of_all_users
- *     to temporarily change the Ingres lockmode.
+ *     Revision 1.11  1987-09-01 16:10:01  wesommer
+ *     This change was made by Mike, who didn't feel like checking it in.
+ *     Temp hack: ignore instances.
  *
+ * Revision 1.10  87/08/28  14:57:51  mike
+ * Modified sms_query to not enclose RETRIEVE queries in begin/end transaction.
+ * This was necessary to allow get_all_poboxes and get_groups_of_all_users
+ * to temporarily change the Ingres lockmode.
+ * 
  * Revision 1.9  87/08/22  17:47:38  wesommer
  * Cleanup (these changes were by Mike).
  * 
@@ -484,9 +488,8 @@ get_client(cl, client_type, client_id)
 ##  char *name;
 ##  int rowcount;
 
-    /* for now accept only null instances */
+    /* for now ignore instances */
     krb = &cl->kname;
-    if (krb->inst[0]) return(SMS_PERM);
 
     /* if client is from local realm, get users_id */
     if (!strcmp(krb->realm, krb_realm)) {
This page took 0.051829 seconds and 4 git commands to generate.