]> andersk Git - moira.git/commitdiff
things done by SMS instead of system:administrators
authormar <mar>
Sun, 24 Sep 1989 15:27:45 +0000 (15:27 +0000)
committermar <mar>
Sun, 24 Sep 1989 15:27:45 +0000 (15:27 +0000)
afssync/utils.c

index e4e3b846d736795de78e3a0e9b6bec2272907789..c4d21a66bd3aefd56c7542f114c1bedb2a506507 100644 (file)
@@ -32,6 +32,8 @@
 #include "prserver.h"
 #include "prerror.h"
 
+#define USERSMS        14487
+
 extern struct prheader cheader;
 extern struct ubik_dbase *dbase;
 
@@ -696,7 +698,7 @@ struct rx_call *acall;
 struct ubik_trans *at;
 long *aid;
 {
-    *aid = SYSADMINID;
+    *aid = USERSMS;
     return 0;
 }
 
This page took 0.044333 seconds and 5 git commands to generate.