2
0
Эх сурвалжийг харах

auth_db(k): use post_auth() via auth api

Daniel-Constantin Mierla 15 жил өмнө
parent
commit
769c79cb32

+ 1 - 1
modules_k/auth_db/authorize.c

@@ -283,7 +283,7 @@ static inline int digest_authenticate(struct sip_msg* msg, gparam_p realm,
 				&msg->first_line.u.request.method, ha1);
 	if(ret==AUTHENTICATED) {
 		ret = AUTH_OK;
-		switch(post_auth(msg, h)) {
+		switch(auth_api.post_auth(msg, h)) {
 			case AUTHENTICATED:
 				generate_avps(result);
 				break;