summaryrefslogtreecommitdiff
path: root/src/db.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.c')
-rw-r--r--src/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.c b/src/db.c
index 483095a7c..88102e557 100644
--- a/src/db.c
+++ b/src/db.c
@@ -536,7 +536,7 @@ void delGenericCommand(client *c, int lazy) {
}
void delCommand(client *c) {
- delGenericCommand(c,0);
+ delGenericCommand(c,server.lazyfree_lazy_user_del);
}
void unlinkCommand(client *c) {