diff options
Diffstat (limited to 'src/ipcpd')
-rw-r--r-- | src/ipcpd/normal/dir.c | 2 | ||||
-rw-r--r-- | src/ipcpd/normal/gam.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/ipcpd/normal/dir.c b/src/ipcpd/normal/dir.c index 703f4e79..c67d303f 100644 --- a/src/ipcpd/normal/dir.c +++ b/src/ipcpd/normal/dir.c @@ -42,7 +42,7 @@ static void dir_path_reset(void) { int dir_init(void) { - /*FIXME: set ribmgr dissemination here */ + /* FIXME: set ribmgr dissemination here */ if (rib_add(RIB_ROOT, DIR_NAME)) return -1; diff --git a/src/ipcpd/normal/gam.c b/src/ipcpd/normal/gam.c index f80efe47..9ee55261 100644 --- a/src/ipcpd/normal/gam.c +++ b/src/ipcpd/normal/gam.c @@ -227,7 +227,6 @@ int gam_flow_alloc(struct gam * instance, struct cacep_info * info; int fd; - fd = flow_alloc(dst_name, instance->ae_name, NULL); if (fd < 0) { log_err("Failed to allocate flow to %s.", dst_name); |