Browse Source

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

Richard Good 11 years ago
parent
commit
e59c0919d6
1 changed files with 1 additions and 1 deletions
  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) {