index
:
snac2
main
master
Fork of snac2 to test neighborhood #web
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'utils.c')
-rw-r--r--
utils.c
2
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)
}
}
+ grave(user->uid, 1);
+
rm_rf(user->basedir);
return ret;