Explorar o código

modules/rls: updated for parse_supported refactoring

Peter Dunkley %!s(int64=12) %!d(string=hai) anos
pai
achega
35e981d6c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/rls/subscribe.c

+ 1 - 1
modules/rls/subscribe.c

@@ -525,7 +525,7 @@ int rls_handle_subscribe(struct sip_msg* msg, str watcher_user, str watcher_doma
 		return -1;
 	}
 
-	if(!(get_supported(msg) & F_SUPPORTED_EVENTLIST))
+	if(!(get_supported(msg) & F_OPTION_TAG_EVENTLIST))
 	{
 		LM_DBG("No support for 'eventlist' - not for rls\n");
 		goto forpresence;