diff options
Diffstat (limited to 'source3/web')
-rw-r--r-- | source3/web/statuspage.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/web/statuspage.c b/source3/web/statuspage.c index dc26e86ef8..c112deb224 100644 --- a/source3/web/statuspage.c +++ b/source3/web/statuspage.c @@ -209,9 +209,7 @@ void status_page(void) if (!tdb) { /* open failure either means no connections have been - made or status=no */ - if (!lp_status(-1)) - printf("You need to have status=yes in your smb config file\n"); + made */ } |