summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/gam.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2017-02-13 12:46:17 +0000
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2017-02-13 12:46:17 +0000
commitd26df9b9fd1dd50ed9c26518fcecfe2af7ca4868 (patch)
tree3a39b66972c45919ccd654bcb93e017ad0ef895f /src/ipcpd/normal/gam.c
parent5ea091f9cde6090c4829e78b7d2ac5a566ede8f1 (diff)
parent65f3f7673b23fbd5f6582bd529f2784fca9bbe1b (diff)
downloadouroboros-d26df9b9fd1dd50ed9c26518fcecfe2af7ca4868.tar.gz
ouroboros-d26df9b9fd1dd50ed9c26518fcecfe2af7ca4868.zip
Merged in sandervrijders/ouroboros/be-ipcpd-threads (pull request #372)
ipcpd: Increase threadpool size
Diffstat (limited to 'src/ipcpd/normal/gam.c')
-rw-r--r--src/ipcpd/normal/gam.c1
1 files changed, 0 insertions, 1 deletions
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);