Skip to content
Snippets Groups Projects
Commit 2070d34a authored by Donna Mecozzi's avatar Donna Mecozzi
Browse files

Fixed a comment relating to HAVE_PAM.

parent ff17c607
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ pam_finish () ...@@ -133,7 +133,7 @@ pam_finish ()
} }
} }
#else /* use_pam */ #else /* HAVE_PAM */
int pam_setup (char *user, char *host) int pam_setup (char *user, char *host)
{ {
...@@ -146,4 +146,4 @@ void pam_finish () ...@@ -146,4 +146,4 @@ void pam_finish ()
/* Don't have PAM support, do nothing. */ /* Don't have PAM support, do nothing. */
} }
#endif /* use_pam */ #endif /* HAVE_PAM */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment