]> andersk Git - moira.git/commitdiff
Got direction of test incorrect.
authorwesommer <wesommer>
Sun, 2 Aug 1987 21:48:35 +0000 (21:48 +0000)
committerwesommer <wesommer>
Sun, 2 Aug 1987 21:48:35 +0000 (21:48 +0000)
lib/mr_access.c

index 3c4602ed95b51047bccb85a702859e8ad1cf9ff9..c795479a1957788a6fc5797ef08fa290f2cd0aca 100644 (file)
@@ -6,9 +6,12 @@
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
  *
  *     $Log$
- *     Revision 1.1  1987-06-23 16:13:00  wesommer
- *     Initial revision
+ *     Revision 1.2  1987-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
@@ -54,7 +57,7 @@ int sms_access_internal(argc, argv)
     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.040611 seconds and 5 git commands to generate.