diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-05-10 11:32:59 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-05-10 11:32:59 +0200 |
commit | 440b4d33d71b19d0057e50ac61fa0b3127738479 (patch) | |
tree | 42bb8a3c784a128115b0a3a1e662c101fe30e5c6 /src/lib/ipcp.c | |
parent | f3b9cc299d729f21d34ed5a7c6b8d06f7b50020e (diff) | |
download | ouroboros-440b4d33d71b19d0057e50ac61fa0b3127738479.tar.gz ouroboros-440b4d33d71b19d0057e50ac61fa0b3127738479.zip |
irmd: introduced locking
This commit adds locking to the IRMd with a single global lock.
It also fixes some issues in cleaning up the daemon.
Diffstat (limited to 'src/lib/ipcp.c')
-rw-r--r-- | src/lib/ipcp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ipcp.c b/src/lib/ipcp.c index 843582b9..1f1e5c99 100644 --- a/src/lib/ipcp.c +++ b/src/lib/ipcp.c @@ -148,8 +148,6 @@ pid_t ipcp_create(char * ipcp_name, strcat(full_name, exec_name); full_name[len] = '\0'; - LOG_DBG("Full name is %s", full_name); - char * argv[] = {full_name, irmd_pid, ipcp_name, |