Pārlūkot izejas kodu

auth_db(k): moved the authorization checks flags to auth api

Daniel-Constantin Mierla 13 gadi atpakaļ
vecāks
revīzija
490df85a12
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      modules_k/auth_db/authorize.c

+ 0 - 2
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;