diff options
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index b46eb0f..cef9b8b 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -1709,8 +1709,8 @@ static int pam_talker(int num_msg, s = userinfo->pw; break; case PAM_ERROR_MSG: - case PAM_TEXT_INFO: - s = ""; + case PAM_TEXT_INFO: + s = ""; break; default: free(response); |