浏览代码

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

Richard Good 11 年之前
父节点
当前提交
e59c0919d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
     int pid;
     
     
     if (rank == PROC_MAIN) {
     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)
         if (pid < 0)
             return -1; //error
             return -1; //error
         if (pid == 0) {
         if (pid == 0) {