[backfire/packages] batman-adv: revert r28473, r28477 - version mismatch
[openwrt/svn-archive/archive.git] / net / opensips / patches / 001-no_rej.patch
1 --- a/pvar.c.rej
2 +++ /dev/null
3 @@ -1,18 +0,0 @@
4 -***************
5 -*** 2409,2415 ****
6 - LM_ERR("invalid socket specification\n");
7 - return -1;
8 - }
9 -- si = grep_sock_info(&host, (unsigned short)port,
10 - (unsigned short)proto);
11 - if (si==NULL)
12 - return -1;
13 ---- 2409,2416 ----
14 - LM_ERR("invalid socket specification\n");
15 - return -1;
16 - }
17 -+ set_sip_defaults( port, proto);
18 -+ si = grep_sock_info(&host, (unsigned short)port,
19 - (unsigned short)proto);
20 - if (si==NULL)
21 - return -1;