diff src/auth/mech-rpa.c @ 6428:7cad076906eb HEAD

pool_unref() now takes ** pointer.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 14:04:06 +0300
parents a6a49d5efc59
children aacc69cc267b
line wrap: on
line diff
--- a/src/auth/mech-rpa.c	Sun Sep 16 13:51:51 2007 +0300
+++ b/src/auth/mech-rpa.c	Sun Sep 16 14:04:06 2007 +0300
@@ -580,7 +580,7 @@
 	if (request->pwd_md5 != NULL)
 		safe_memset(request->pwd_md5, 0, sizeof(request->pwd_md5));
 
-	pool_unref(auth_request->pool);
+	pool_unref(&auth_request->pool);
 }
 
 static struct auth_request *mech_rpa_auth_new(void)