]> andersk Git - moira.git/blobdiff - update/auth_002.c
eliminate use of the `register' keyword: let the compiler decide
[moira.git] / update / auth_002.c
index cd11f531665d5605d37c14086c655a8da50bba34..fa9a31e12d6770d72050467ac60197ddc178913c 100644 (file)
@@ -142,7 +142,7 @@ auth_failed:
   sprintf(buf, "auth for %s.%s@%s failed: %s",
          ad.pname, ad.pinst, ad.prealm, error_message(code));
   {
-    register int rc;
+    int rc;
     rc = send_object(conn, (char *)&code, INTEGER_T);
     code = rc;
   }
This page took 0.027635 seconds and 4 git commands to generate.