projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c92a85
)
channels/chan_skinny: Fix compilation error introduced in f8e21a1adf
author
Matt Jordan
<mjordan@digium.com>
Sun, 26 Apr 2015 22:21:15 +0000
(17:21 -0500)
committer
Matt Jordan
<mjordan@digium.com>
Sun, 26 Apr 2015 22:21:15 +0000
(17:21 -0500)
A typo in commit
f8e21a1adf
resulted in a compilation error in
chan_skinny. This patch fixes the typo.
ASTERISK-24917
Change-Id: Id7f4ad1fe948eb2408622e80c27936ce4516c33c
channels/chan_skinny.c
patch
|
blob
|
history
diff --git
a/channels/chan_skinny.c
b/channels/chan_skinny.c
index
8f6f2eb
..
5f30a13
100644
(file)
--- a/
channels/chan_skinny.c
+++ b/
channels/chan_skinny.c
@@
-7545,7
+7545,7
@@
static void *skinny_session(void *data)
break;
}
- eventmessage = letohl(req-e);
+ eventmessage = letohl(req->e);
if (eventmessage < 0) {
ast_log(LOG_ERROR, "Event Message is NULL from socket %d, This is bad\n", s->fd);
break;