d0234bb70f
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17842 3c298f89-4303-0410-b956-a3cf2f4a3e73
22 lines
557 B
Diff
22 lines
557 B
Diff
--- a/pvar.c.rej
|
|
+++ /dev/null
|
|
@@ -1,18 +0,0 @@
|
|
-***************
|
|
-*** 2409,2415 ****
|
|
- LM_ERR("invalid socket specification\n");
|
|
- return -1;
|
|
- }
|
|
-- si = grep_sock_info(&host, (unsigned short)port,
|
|
- (unsigned short)proto);
|
|
- if (si==NULL)
|
|
- return -1;
|
|
---- 2409,2416 ----
|
|
- LM_ERR("invalid socket specification\n");
|
|
- return -1;
|
|
- }
|
|
-+ set_sip_defaults( port, proto);
|
|
-+ si = grep_sock_info(&host, (unsigned short)port,
|
|
- (unsigned short)proto);
|
|
- if (si==NULL)
|
|
- return -1;
|