mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
remove a bogus comment that came from copy/paste
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@66959 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1989,8 +1989,6 @@ static void handle_statechange(const char *device)
|
||||
|
||||
static int statechange_queue(const char *dev)
|
||||
{
|
||||
/* Avoid potential for deadlocks by spawning a new thread to handle
|
||||
the event */
|
||||
struct statechange *sc;
|
||||
|
||||
if (!(sc = ast_calloc(1, sizeof(*sc) + strlen(dev) + 1)))
|
||||
|
Reference in New Issue
Block a user