summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index de6db79..b76c0f8 100644
--- a/utils.c
+++ b/utils.c
@@ -454,6 +454,8 @@ int deluser(snac *user)
454 } 454 }
455 } 455 }
456 456
457 grave(user->uid, 1);
458
457 rm_rf(user->basedir); 459 rm_rf(user->basedir);
458 460
459 return ret; 461 return ret;