Ver Fonte

registrar: update for getblagsval

Daniel-Constantin Mierla há 16 anos atrás
pai
commit
fd4baa2b0c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      modules_k/registrar/save.c

+ 1 - 1
modules_k/registrar/save.c

@@ -278,7 +278,7 @@ static inline ucontact_info_t* pack_ci( struct sip_msg* _m, contact_t* _c,
 
 		/* set flags */
 		ci.flags  = _f;
-		getbflags(&ci.flags, 0);
+		getbflagsval(0, &ci.flags);
 
 		/* get received */
 		if (path_received.len && path_received.s) {