]> andersk Git - moira.git/blobdiff - lib/mr_access.c
Added support for DEBUG_LIBS so that when this is defined
[moira.git] / lib / mr_access.c
index c795479a1957788a6fc5797ef08fa290f2cd0aca..7fe0d3b7836494ea60ba0bd0afefae9ab80f96ed 100644 (file)
@@ -4,20 +4,15 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
- *
- *     $Log$
- *     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
- * 
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  */
 
 #ifndef lint
 static char *rcsid_sms_access_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include "sms_private.h"
 
 /*
@@ -52,6 +47,7 @@ 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;
This page took 0.034142 seconds and 4 git commands to generate.