summaryrefslogtreecommitdiff
path: root/src/main/lsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/lsp.c')
-rw-r--r--src/main/lsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/lsp.c b/src/main/lsp.c
index 5886ea7..2fc452c 100644
--- a/src/main/lsp.c
+++ b/src/main/lsp.c
@@ -814,6 +814,7 @@ static void handle_response(struct lsp_server *server,
message("received response for id %d, server %s, which has no handler "
"registered",
response.id, lsp_server_name(server->lsp));
+ return;
}
if (pending->handler != NULL) {