diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-03-21 17:14:50 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-03-21 17:14:50 +0000 |
commit | 411f2fba77388ba8b2258bcb5380152460f8e8e8 (patch) | |
tree | 6977229f9148774a4338c489134207ab8b0f5c9f /src/ipcpd/normal/fmgr.c | |
parent | 122202761b3fb09a883ca8081eb1eb4243cd484d (diff) | |
parent | 1d0e634a651f234c3942c6b82164470fa2432058 (diff) | |
download | ouroboros-411f2fba77388ba8b2258bcb5380152460f8e8e8.tar.gz ouroboros-411f2fba77388ba8b2258bcb5380152460f8e8e8.zip |
Merged in sandervrijders/ouroboros/be-fixes (pull request #409)
ipcpd: normal: Several bugfixes
Diffstat (limited to 'src/ipcpd/normal/fmgr.c')
-rw-r--r-- | src/ipcpd/normal/fmgr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipcpd/normal/fmgr.c b/src/ipcpd/normal/fmgr.c index 790b34dd..e78dd2d6 100644 --- a/src/ipcpd/normal/fmgr.c +++ b/src/ipcpd/normal/fmgr.c @@ -399,7 +399,6 @@ int fmgr_start(void) fmgr.gam = gam_create(pg, fmgr.nbs, fmgr.ae); if (fmgr.gam == NULL) { log_err("Failed to init dt graph adjacency manager."); - nbs_unreg_notifier(fmgr.nbs, &fmgr.nb_notifier); return -1; } |