summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/fmgr.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-03-21 18:01:43 +0100
committerSander Vrijders <sander.vrijders@ugent.be>2017-03-21 18:01:43 +0100
commit1d0e634a651f234c3942c6b82164470fa2432058 (patch)
tree6977229f9148774a4338c489134207ab8b0f5c9f /src/ipcpd/normal/fmgr.c
parent122202761b3fb09a883ca8081eb1eb4243cd484d (diff)
downloadouroboros-1d0e634a651f234c3942c6b82164470fa2432058.tar.gz
ouroboros-1d0e634a651f234c3942c6b82164470fa2432058.zip
ipcpd: normal: Several bugfixes
These solve several bugfixes in the normal.
Diffstat (limited to 'src/ipcpd/normal/fmgr.c')
-rw-r--r--src/ipcpd/normal/fmgr.c1
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;
}