Răsfoiți Sursa

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

Daniel-Constantin Mierla 13 ani în urmă
părinte
comite
490df85a12
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  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;