]> andersk Git - moira.git/blobdiff - lib/mr_query.c
added sms_motd()
[moira.git] / lib / mr_query.c
index 8adee778bc490c51d5f1c8aec01e7ebe76f4a5c7..4f1a0f00ec50c8c4ee234f162188ec572b1bde0b 100644 (file)
@@ -4,19 +4,8 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
- *
- *     $Log$
- *     Revision 1.4  1987-08-22 17:11:16  wesommer
- *     Increment the nesting level only after we know we're connected.
- *
- * Revision 1.3  87/08/02  21:49:53  wesommer
- * Prevent recursive query call.
- * 
- * Revision 1.2  87/06/16  17:48:58  wesommer
- * Clean up memory allocation, indenting.
- * 
- * Revision 1.1  87/06/04  01:29:32  wesommer
- * Initial revision
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  * 
  */
 
@@ -24,6 +13,7 @@
 static char *rcsid_sms_query_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include "sms_private.h"
 
 /*
@@ -79,7 +69,8 @@ int sms_query_internal(argc, argv, callproc, callarg)
     CHECK_CONNECTED;
     level++;
 
-    params = &params_st;
+    params = &params_st; 
+    params->sms_version_no = sending_version_no;
     params->sms_procno = SMS_QUERY;
     params->sms_argc = argc;
     params->sms_argl = NULL;
This page took 0.033214 seconds and 4 git commands to generate.