Ver Fonte

modules/ims_qos: missing return statement

jaybeepee há 9 anos atrás
pai
commit
35e71ff8ae
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      modules/ims_qos/rx_str.c

+ 1 - 1
modules/ims_qos/rx_str.c

@@ -107,7 +107,7 @@ int rx_send_str(str *rx_session_id) {
         // so just wait for STA or for Grace Timout to happen
         LM_DBG("Hmmm, auth session already in disconnected state\n");
         cdpb.AAASessionsUnlock(auth->hash);
-		CSCF_RETURN_FALSE;
+        return CSCF_RETURN_FALSE;
     }
 
     LM_DBG("Creating STR\n");