From fca467c0fccd14da8bc78b762c07fb9e09953d55 Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 2 Sep 2003 06:32:49 +0000 Subject: attach SHM git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1151 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/deluserfile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/deluserfile.c b/util/deluserfile.c index 73f3750a..83849b6c 100644 --- a/util/deluserfile.c +++ b/util/deluserfile.c @@ -104,6 +104,8 @@ int main(int argc, char **argv) printf("new version, deleting\n"); + attach_SHM(); + for (ch = 'A'; ch <= 'z'; ch++) { if(ch > 'Z' && ch < 'a') -- cgit v1.2.3