Skip to content

Commit 48d306c

Browse files
committed
cli BUGFIX closing notif output file
1 parent 30790db commit 48d306c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/commands.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6222,6 +6222,7 @@ cmd_establishpush(const char *arg, char **tmp_config_file)
62226222
ERROR(__func__, "Failed to create notification thread.");
62236223
goto fail;
62246224
}
6225+
output = NULL;
62256226
}
62266227

62276228
ret = cli_send_recv(rpc, stdout, 0, timeout);

0 commit comments

Comments
 (0)