]> andersk Git - moira.git/blobdiff - lib/mr_ops.c
added support for fsgroups
[moira.git] / lib / mr_ops.c
index 63d194fe485ce5623c866ada25c59ee3e9ef7740..3c82f5a1b3c8aaa6c4c6aa84c83310a5f6057169 100644 (file)
@@ -4,15 +4,18 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *     
  *     This routine is part of the client library.  It handles
- * creating a connection to the sms server.
+ *     creating a connection to the sms server.
  */
 
 #ifndef lint
 static char *rcsid_sms_do_update_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include "sms_private.h"
 
 int sms_do_update()
@@ -24,6 +27,7 @@ int sms_do_update()
 
     CHECK_CONNECTED;
     params = &param_st;
+    params->sms_version_no = sending_version_no;
     params->sms_procno = SMS_DO_UPDATE;
     params->sms_argc = 0;
     params->sms_argl = NULL;
This page took 0.396058 seconds and 4 git commands to generate.