Skip to content
Snippets Groups Projects
Commit e242e1b2 authored by Olle Johansson's avatar Olle Johansson
Browse files

Fix typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@216735 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e1c711b7
No related branches found
No related tags found
No related merge requests found
......@@ -3477,7 +3477,7 @@ static int __sip_xmit(struct sip_pvt *p, struct ast_str *data, int len)
switch (errno) {
case EBADF: /* Bad file descriptor - seems like this is generated when the host exist, but doesn't accept the UDP packet */
case EHOSTUNREACH: /* Host can't be reached */
case ENETDOWN: /* Inteface down */
case ENETDOWN: /* Interface down */
case ENETUNREACH: /* Network failure */
case ECONNREFUSED: /* ICMP port unreachable */
res = XMIT_ERROR; /* Don't bother with trying to transmit again */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment