mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
channels/chan_skinny: Fix compilation error introduced in f8e21a1adf
A typo in commit f8e21a1adf resulted in a compilation error in
chan_skinny. This patch fixes the typo.
ASTERISK-24917
Change-Id: Id7f4ad1fe948eb2408622e80c27936ce4516c33c
This commit is contained in:
@@ -7545,7 +7545,7 @@ static void *skinny_session(void *data)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
eventmessage = letohl(req-e);
|
eventmessage = letohl(req->e);
|
||||||
if (eventmessage < 0) {
|
if (eventmessage < 0) {
|
||||||
ast_log(LOG_ERROR, "Event Message is NULL from socket %d, This is bad\n", s->fd);
|
ast_log(LOG_ERROR, "Event Message is NULL from socket %d, This is bad\n", s->fd);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user