diff options
Diffstat (limited to 'irc_commands.c')
| -rw-r--r-- | irc_commands.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/irc_commands.c b/irc_commands.c index 694fe35c..d3971df9 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -96,7 +96,7 @@ static gboolean irc_sasl_check_pass(irc_t *irc, char *user, char *pass)  	/* just check the password here to be able to reply with useful numerics  	 * the actual identification will be handled later */ -	status = storage_check_pass(user, pass); +	status = auth_check_pass(irc, user, pass);  	if (status == STORAGE_OK) {  		if (!irc->user->nick) { | 
