mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Pass the PID of the Asterisk process, not the PID of the canary.
(closes issue #17065) Reported by: globalnetinc Patches: astcanary.patch uploaded by makoto (license 38) Tested by: frawd, globalnetinc git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@255952 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -3530,7 +3530,7 @@ int main(int argc, char *argv[]) | ||||
|  | ||||
| 			ast_close_fds_above_n(0); | ||||
| 			ast_set_priority(0); | ||||
| 			snprintf(ppid, sizeof(ppid), "%d", (int) getpid()); | ||||
| 			snprintf(ppid, sizeof(ppid), "%d", (int) ast_mainpid); | ||||
|  | ||||
| 			execlp("astcanary", "astcanary", canary_filename, ppid, (char *)NULL); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user