From: Todd C. Miller Date: Fri, 27 Aug 1999 12:31:25 +0000 (+0000) Subject: missing backslash X-Git-Tag: SUDO_1_6_0~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5dca2ab0a7d7852f9d78c56a74db37e99b6f62a;p=sudo missing backslash --- diff --git a/auth/sudo_auth.h b/auth/sudo_auth.h index e6aa3ef4e..284034ba0 100644 --- a/auth/sudo_auth.h +++ b/auth/sudo_auth.h @@ -103,7 +103,7 @@ int securid_verify __P((struct passwd *pw, char *pass, sudo_auth *auth)); pam_init, NULL, pam_verify, pam_cleanup) #elif defined(HAVE_SECURID) # define AUTH_STANDALONE \ - AUTH_ENTRY(0, "SecurId", + AUTH_ENTRY(0, "SecurId", \ securid_init, securid_setup, securid_verify, NULL) #elif defined(HAVE_SIA) # define AUTH_STANDALONE \