소스 검색

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

Daniel-Constantin Mierla 13 년 전
부모
커밋
490df85a12
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;