Module: sip-router
Branch: master
Commit: 94d2d2e60272bbed96ab710ebbad416a752941ff
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94d2d2e…
Author: Elias Baixas <elias.baixas(a)voztele.com>
Committer: Elias Baixas <elias.baixas(a)voztele.com>
Date: Fri Oct 1 21:49:36 2010 +0200
core: fixed small bug in main.c
just a typo (default_core_cfg instead of default_core.cfg)
---
main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/main.c b/main.c
index 753b63b..fcc25ae 100644
--- a/main.c
+++ b/main.c
@@ -1274,7 +1274,7 @@ int main_loop()
}
}
#else
- default_core.cfg.udp4_raw = 0;
+ default_core_cfg.udp4_raw = 0;
#endif /* USE_RAW_SOCKS */
} else
sendipv6=bind_address;