[sr-dev] git:master: auth_db(k): moved the authorization checks flags to auth api

Daniel-Constantin Mierla miconda at gmail.com
Wed Oct 3 20:28:18 CEST 2012


Module: sip-router
Branch: master
Commit: 490df85a12a49f440ac6eb8b35be5f4c954b7b1b
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=490df85a12a49f440ac6eb8b35be5f4c954b7b1b

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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;




More information about the sr-dev mailing list