Module: sip-router Branch: master Commit: 490df85a12a49f440ac6eb8b35be5f4c954b7b1b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=490df85a...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Oct 3 20:25:15 2012 +0200
auth_db(k): moved the authorization checks flags to auth api
---
modules_k/auth_db/authorize.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules_k/auth_db/authorize.c b/modules_k/auth_db/authorize.c index 1252687..f79c70c 100644 --- a/modules_k/auth_db/authorize.c +++ b/modules_k/auth_db/authorize.c @@ -311,8 +311,6 @@ int www_authenticate(struct sip_msg* _m, char* _realm, char* _table) /* * Authenticate using WWW/Proxy-Authorize header field */ -#define AUTH_CHECK_ID_F 1<<0 - int auth_check(struct sip_msg* _m, char* _realm, char* _table, char *_flags) { str srealm;