packages/net/opensips/patches/001-no_rej.patch
nico d0234bb70f [packages] add opensips (openser fork)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17842 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-03 23:30:10 +00:00

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;