summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 9990357d..245fd263 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1,4 +1,4 @@
-/* $Id: mbbsd.c,v 1.53 2002/08/27 18:08:42 in2 Exp $ */
+/* $Id: mbbsd.c,v 1.54 2002/08/28 02:11:45 in2 Exp $ */
#include "bbs.h"
#define SOCKET_QLEN 4
@@ -1183,6 +1183,7 @@ main(int argc, char *argv[], char *envp[])
signal(SIGUSR2, SIG_IGN);
/* check if invoked as "bbs" */
+ attach_SHM();
if (argc == 3)
shell_login(argc, argv, envp);
else
@@ -1267,7 +1268,6 @@ daemon_login(int argc, char *argv[], char *envp[])
fclose(fp);
}
- attach_SHM();
/* main loop */
for (;;) {
len_of_sock_addr = sizeof(xsin);