summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/account.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/account.c b/util/account.c
index dd4bdccc..850f907c 100644
--- a/util/account.c
+++ b/util/account.c
@@ -44,6 +44,7 @@ keeplog(char *fpath, char *board, char *title, char *sym)
system(buf);
if( sym ){
+ sprintf(genbuf, BBSHOME "/boards/%c/%s", board[0], board);
sprintf(buf, "log/%s", sym);
unlink(buf);
symlink(genbuf, buf);