From 3def3a0ff7d34e5c8f97a5c28d71e0735784f630 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 29 Mar 2026 17:42:20 +0000 Subject: sassclient: don't auto-release on update >.> --- CONTRIBUTING | 2 +- src/libunixonacid/sassclient_update.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index 3173998..bc10b3c 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -10,7 +10,7 @@ * I, the contributor, am the copyright owner of these changes * I submit these changes according to the project's license -with no additionam requirements +with no additional requirements * I understand these changes in full and will be able to respond to review comments. diff --git a/src/libunixonacid/sassclient_update.c b/src/libunixonacid/sassclient_update.c index 7e9ee3f..de64435 100644 --- a/src/libunixonacid/sassclient_update.c +++ b/src/libunixonacid/sassclient_update.c @@ -42,7 +42,6 @@ static int sassclient_msghandler (struct iovec const *v, void *aux) return 0 ; } pthread_mutex_unlock(&a->results_mutex) ; - if (!gensetdyn_delete(&a->store, id)) return 0 ; return 1 ; } -- cgit v1.3.1