diff options
Diffstat (limited to 'src/sync-notrack.c')
-rw-r--r-- | src/sync-notrack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync-notrack.c b/src/sync-notrack.c index 6502bcd..14ecde5 100644 --- a/src/sync-notrack.c +++ b/src/sync-notrack.c @@ -77,7 +77,7 @@ static int do_cache_to_tx(void *data1, void *data2) static int notrack_local(int fd, int type, void *data) { - int ret = 1; + int ret = LOCAL_RET_OK; switch(type) { case REQUEST_DUMP: |