diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2017-02-10 10:44:50 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2017-02-10 10:44:50 +0000 |
commit | 344f834e85e9c7afc47e19226157c8e834725d2e (patch) | |
tree | a0017a6b01932bcb814402c08a78d218fca2f038 /src/ipcpd/shim-udp/main.c | |
parent | 9e138e59ce613fd258b6c22d047f67dd2b0bb1e7 (diff) | |
parent | efb0106950efcf3b5ef86218f719981df9b9e298 (diff) | |
download | ouroboros-344f834e85e9c7afc47e19226157c8e834725d2e.tar.gz ouroboros-344f834e85e9c7afc47e19226157c8e834725d2e.zip |
Merged in sandervrijders/ouroboros/be-ipcpd-logs (pull request #370)
ipcpd: Remove logging if not initialized yet
Diffstat (limited to 'src/ipcpd/shim-udp/main.c')
-rw-r--r-- | src/ipcpd/shim-udp/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipcpd/shim-udp/main.c b/src/ipcpd/shim-udp/main.c index 47628a3e..4d6fdc3b 100644 --- a/src/ipcpd/shim-udp/main.c +++ b/src/ipcpd/shim-udp/main.c @@ -1195,7 +1195,6 @@ int main(int argc, sigaction(SIGPIPE, &sig_act, NULL); if (ipcp_init(argc, argv, THIS_TYPE, &udp_ops) < 0) { - log_err("Failed to init IPCP."); ipcp_create_r(getpid(), -1); exit(EXIT_FAILURE); } |