]> andersk Git - moira.git/blobdiff - server/mr_shutdown.c
don't try to resolve usernames longer than 8 chars
[moira.git] / server / mr_shutdown.c
index b492b9f34ebcadc3ea20a247d2bacd317b78b10d..a3e99c75576eb3831ebac80b52fda99accb55b0d 100644 (file)
@@ -16,7 +16,7 @@ static char *rcsid_sms_shutdown_c = "$Header$";
 #include <mit-copyright.h>
 #include <strings.h>
 #include <sys/errno.h>
-#include "sms_server.h"
+#include "mr_server.h"
 
 extern char *takedown;
 extern char *whoami;
@@ -36,6 +36,6 @@ do_shutdown(cl)
         */
        com_err(whoami, 0, "Shutdown request by %s rejected",
                cl->clname);
-       cl->reply.sms_status = EACCES;
+       cl->reply.mr_status = EACCES;
 }
                
This page took 0.054704 seconds and 4 git commands to generate.