packages/net/opensips/patches/001-no_rej.patch

22 lines
557 B
Diff
Raw Normal View History

--- 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;