diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-29 17:42:20 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-29 17:42:20 +0000 |
| commit | 3def3a0ff7d34e5c8f97a5c28d71e0735784f630 (patch) | |
| tree | 9ae39e90bed5fc9af9c431bbfc62a9136ba09a98 | |
| parent | 882ee2b06529c276e84667e1ba706b94ef6f9957 (diff) | |
| download | skalibs-3def3a0ff7d34e5c8f97a5c28d71e0735784f630.tar.gz | |
sassclient: don't auto-release on update >.>
| -rw-r--r-- | CONTRIBUTING | 2 | ||||
| -rw-r--r-- | src/libunixonacid/sassclient_update.c | 1 |
2 files changed, 1 insertions, 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 ; } |
