]> andersk Git - moira.git/commitdiff
Change the uush (update user shell) query to change the fmodtime field
authorkcr <kcr>
Fri, 30 Oct 1998 18:08:20 +0000 (18:08 +0000)
committerkcr <kcr>
Fri, 30 Oct 1998 18:08:20 +0000 (18:08 +0000)
instead of the modtime field in the users table so that deactivations can
more accurately depend on modtime.

server/queries2.c

index 02ef67c978be5e89a9aad962ef93ab919c88e392..1198be3b07d1ba0591f3a8e66719ca1b06206521 100644 (file)
@@ -312,7 +312,7 @@ static struct validate uush_validate = {
   "users_id",
   access_user,
   0,
-  set_modtime_by_id,
+  set_finger_modtime,
 };
 
 static char *uust_fields[] = {
This page took 0.06706 seconds and 5 git commands to generate.