summaryrefslogtreecommitdiffstats
path: root/source/web
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-06-04 05:13:59 +0000
committerAndrew Tridgell <tridge@samba.org>2001-06-04 05:13:59 +0000
commit8ec9c87b5d1a7dae17d5b1a30f58effaf5e69e4b (patch)
tree7b49feaa97c4fe38a7364bcba17c0176a21a20d8 /source/web
parent6c9796286c489a79c96d28b081ecf151803dbf7c (diff)
downloadsamba-8ec9c87b5d1a7dae17d5b1a30f58effaf5e69e4b.tar.gz
samba-8ec9c87b5d1a7dae17d5b1a30f58effaf5e69e4b.tar.xz
samba-8ec9c87b5d1a7dae17d5b1a30f58effaf5e69e4b.zip
use LDSHFLAGS not -shared in several places
Diffstat (limited to 'source/web')
-rw-r--r--source/web/statuspage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/statuspage.c b/source/web/statuspage.c
index 51f2e8f00e6..f3b07425b78 100644
--- a/source/web/statuspage.c
+++ b/source/web/statuspage.c
@@ -187,7 +187,7 @@ void status_page(void)
refresh_interval = atoi(v);
}
- tdb = tdb_open(lock_path("connections.tdb"), 0, 0, O_RDONLY, 0);
+ tdb = tdb_open_log(lock_path("connections.tdb"), 0, 0, O_RDONLY, 0);
if (tdb) tdb_traverse(tdb, traverse_fn1, NULL);
printf("<H2>Server Status</H2>\n");