mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Merged revisions 44945 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r44945 | russell | 2006-10-12 12:56:32 -0400 (Thu, 12 Oct 2006) | 2 lines fix a silly typo in a comment that I saw while reading the commit list ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44946 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -2234,7 +2234,7 @@ int manager_event(int category, const char *event, const char *fmt, ...) | ||||
| 	 | ||||
| 	ast_dynamic_str_thread_append(&buf, 0, &manager_event_buf, "\r\n");	 | ||||
| 	 | ||||
| 	/* Append even to master list and wake up any sleeping sessions */ | ||||
| 	/* Append event to master list and wake up any sleeping sessions */ | ||||
| 	AST_LIST_LOCK(&sessions); | ||||
| 	append_event(buf->str, category); | ||||
| 	AST_LIST_TRAVERSE(&sessions, s, list) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user