Browse Source

modules/rls: updated for parse_supported refactoring

Peter Dunkley 12 years ago
parent
commit
35e981d6c2
1 changed files with 1 additions and 1 deletions
  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;