Explorar el Código

modules/ims_registrar_scscf: Changed SIP notify process from PROC_SIPINIT to PROC_MIN

Richard Good hace 11 años
padre
commit
e59c0919d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/ims_registrar_scscf/reg_mod.c

+ 1 - 1
modules/ims_registrar_scscf/reg_mod.c

@@ -479,7 +479,7 @@ static int child_init(int rank) {
     int pid;
     
     if (rank == PROC_MAIN) {
-        pid = fork_process(PROC_SIPINIT, "sip_notification_event_process", 1);
+        pid = fork_process(PROC_MIN, "sip_notification_event_process", 1);
         if (pid < 0)
             return -1; //error
         if (pid == 0) {