[Asterisk-code-review] channels/chan skinny: Fix compilation error introduced in f8... (asterisk[13])
    Matt Jordan 
    asteriskteam at digium.com
       
    Sun Apr 26 17:47:47 CDT 2015
    
    
  
Matt Jordan has uploaded a new change for review.
  https://gerrit.asterisk.org/260
Change subject: channels/chan_skinny: Fix compilation error introduced in f8e21a1adf
......................................................................
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
---
M channels/chan_skinny.c
1 file changed, 1 insertion(+), 1 deletion(-)
  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/60/260/1
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index e875a66..ed82c7d 100644
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -7545,7 +7545,7 @@
 				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;
-- 
To view, visit https://gerrit.asterisk.org/260
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id7f4ad1fe948eb2408622e80c27936ce4516c33c
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
    
    
More information about the asterisk-code-review
mailing list