]> andersk Git - moira.git/commitdiff
replaced appends = appends+1 with appends = tbs.appends+1
authorwesommer <wesommer>
Thu, 30 Jul 1987 00:30:21 +0000 (00:30 +0000)
committerwesommer <wesommer>
Thu, 30 Jul 1987 00:30:21 +0000 (00:30 +0000)
server/qsupport.qc

index 2eb7f92b88207fcecf7d414fa191f640b185e4f5..6e0b6b52abecd2dca8ca0f9c34202beda9d99385 100644 (file)
@@ -6,9 +6,12 @@
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
  *
  *     $Log$
- *     Revision 1.3  1987-07-30 00:26:11  wesommer
- *     Changes by mike prior to "appends" fix.
+ *     Revision 1.4  1987-07-30 00:30:21  wesommer
+ *     replaced appends = appends+1 with appends = tbs.appends+1
  *
+Revision 1.3  87/07/30  00:26:11  wesommer
+Changes by mike prior to "appends" fix.
+
 Revision 1.2  87/07/29  16:00:39  wesommer
 Fixed add_locker.
 
@@ -570,7 +573,7 @@ add_locker(q, argv)
     /* create nfsquota entry */
 ##  append nfsquota (#users_id = users_id, #mach_id = mach_id,
 ##                  #device = device, #quota = quota)
-##  repeat replace tbs (appends = appends + 1, modtime = "now")
+##  repeat replace tbs (appends = tbs.appends + 1, modtime = "now")
 ##             where tbs.table = "nfsquota"
 
     return(SMS_SUCCESS);
This page took 1.423399 seconds and 5 git commands to generate.