]> andersk Git - moira.git/blobdiff - lib/mr_access.c
declared version number variable
[moira.git] / lib / mr_access.c
index 3c4602ed95b51047bccb85a702859e8ad1cf9ff9..c728c662477439bf9e241aa7402c4533f57438e1 100644 (file)
@@ -6,9 +6,15 @@
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
  *
  *     $Log$
- *     Revision 1.1  1987-06-23 16:13:00  wesommer
- *     Initial revision
+ *     Revision 1.3  1988-04-19 12:41:39  mar
+ *     pass version number on queries
  *
+ * Revision 1.2  87/08/02  21:48:35  wesommer
+ * Got direction of test incorrect.
+ * 
+ * Revision 1.1  87/06/23  16:13:00  wesommer
+ * Initial revision
+ * 
  */
 
 #ifndef lint
@@ -49,12 +55,13 @@ int sms_access_internal(argc, argv)
     CHECK_CONNECTED;
 
     params = &params_st;
+    params->sms_version_no = sending_version_no;
     params->sms_procno = SMS_ACCESS;
     params->sms_argc = argc;
     params->sms_argl = NULL;
     params->sms_argv = argv;
        
-    if ((status = sms_do_call(params, &reply)))
+    if ((status = sms_do_call(params, &reply)) == 0)
        status = reply->sms_status;
 
     sms_destroy_reply(reply);
This page took 0.030807 seconds and 4 git commands to generate.