mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Fix exception path typo in app_queue.c try_calling().
(closes issue ASTERISK-20380)
Reported by: Jeremy Pepper
Patches:
      fix-local-channel-locking.patch (license #6350) patch uploaded by Jeremy Pepper
........
Merged revisions 372624 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 372625 from http://svn.asterisk.org/svn/asterisk/branches/10
........
Merged revisions 372626 from http://svn.asterisk.org/svn/asterisk/branches/11
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@372627 65c4cc65-6c06-0410-ace0-fbb531ad65f3
			
			
This commit is contained in:
		| @@ -5054,7 +5054,7 @@ static int try_calling(struct queue_ent *qe, const struct ast_flags opts, char * | ||||
| 				callattempt_free(tmp); | ||||
| 				ao2_ref(cur, -1); | ||||
| 				ao2_iterator_destroy(&memi); | ||||
| 				ao2_unlock(&qe->parent); | ||||
| 				ao2_unlock(qe->parent); | ||||
| 				goto out; | ||||
| 			} | ||||
| 			datastore->data = dialed_interfaces; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user