diff options
author | Günther Deschner <gd@samba.org> | 2008-01-03 12:10:27 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-03 12:11:18 +0100 |
commit | 2c072ac87910208780a8e03cb3cea687d874b613 (patch) | |
tree | 10fca276ac3959af47e02f963d3e057b24b6aeb6 /source3/nsswitch/libwbclient/wbc_pam.c | |
parent | 0240d175bf896230891a3ffadba747a0143d9232 (diff) | |
download | samba-2c072ac87910208780a8e03cb3cea687d874b613.tar.gz samba-2c072ac87910208780a8e03cb3cea687d874b613.tar.bz2 samba-2c072ac87910208780a8e03cb3cea687d874b613.zip |
Some coding convention pedantism.
Guenther
(This used to be commit 338baf96cb957fa52e312d42fbf0fa227d7dafda)
Diffstat (limited to 'source3/nsswitch/libwbclient/wbc_pam.c')
-rw-r--r-- | source3/nsswitch/libwbclient/wbc_pam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/libwbclient/wbc_pam.c b/source3/nsswitch/libwbclient/wbc_pam.c index 1548c3344a..7f7c7b8140 100644 --- a/source3/nsswitch/libwbclient/wbc_pam.c +++ b/source3/nsswitch/libwbclient/wbc_pam.c @@ -31,7 +31,7 @@ * @return #wbcErr **/ -wbcErr wbcAuthenticateUser(const char *username, +wbcErr wbcAuthenticateUser(const char *username, const char *password) { wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE; @@ -61,5 +61,5 @@ wbcErr wbcAuthenticateUser(const char *username, BAIL_ON_WBC_ERROR(wbc_status); done: - return wbc_status; + return wbc_status; } |