diff options
Diffstat (limited to 'src/tools/cbr')
-rw-r--r-- | src/tools/cbr/cbr_client.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/cbr/cbr_client.c b/src/tools/cbr/cbr_client.c index 1cc325b8..af766599 100644 --- a/src/tools/cbr/cbr_client.c +++ b/src/tools/cbr/cbr_client.c @@ -60,7 +60,6 @@ int client_main(char * server, fd = flow_alloc(server, NULL, NULL); if (fd < 0) { printf("Failed to allocate flow.\n"); - ap_fini(); return -1; } @@ -68,7 +67,6 @@ int client_main(char * server, if (result < 0) { printf("Flow allocation refused.\n"); flow_dealloc(fd); - ap_fini(); return -1; } |