diff options
author | Paul Jakma <paul@quagga.net> | 2012-06-13 22:50:07 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2012-06-13 22:50:07 +0100 |
commit | ad12dde6f9596997337ebc210dd2d4593438556b (patch) | |
tree | 661e013c488b2f7003b8b817d680fa9d03f4eb30 /bgpd/bgp_main.c | |
parent | 22714f99c4ffeb4d1bade7ad6374adeba0e06e4c (diff) |
Revert "bgpd: Make socket init separate, so unit tests work again."
This reverts commit 7621f336e2f346edee43227f0b1ef93fe769720b. See bug #727
Diffstat (limited to 'bgpd/bgp_main.c')
-rw-r--r-- | bgpd/bgp_main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 5abc8756..0f1d4829 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -441,12 +441,6 @@ main (int argc, char **argv) if(dryrun) return(0); - if (bgp_socket_init ()) - { - zlog_err ("BGP socket creation failed"); - return 1; - } - /* Turn into daemon if daemon_mode is set. */ if (daemon_mode && daemon (0, 0) < 0) { |