diff options
| -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 ; } |
