Imported Upstream version 1.7.6p1
[debian/sudo] / auth / aix_auth.c
index 7a776be0fe1fb66c34895ecbab9b73304fd127a2..fe65b0b66d3c04c5c73ff9234ba88ff3ffe3e1c8 100644 (file)
@@ -69,7 +69,7 @@ aixauth_verify(pw, prompt, auth)
        free(message);
        zero_bytes(pass, strlen(pass));
     }
-    return(rval);
+    return rval;
 }
 
 int
@@ -80,5 +80,5 @@ aixauth_cleanup(pw, auth)
     /* Unset AUTHSTATE as it may not be correct for the runas user. */
     unsetenv("AUTHSTATE");
 
-    return(AUTH_SUCCESS);
+    return AUTH_SUCCESS;
 }