summaryrefslogtreecommitdiff
path: root/source3/web
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-04-03 01:51:13 +0000
committerJeremy Allison <jra@samba.org>2003-04-03 01:51:13 +0000
commite6c48331eba20b02239e5668d9d9cb85da9dc163 (patch)
tree8f888bafe80b10ebd2d08f6dc9366d1394de1614 /source3/web
parent3643d94b4f01311a4cf068375da5cd728a150755 (diff)
downloadsamba-e6c48331eba20b02239e5668d9d9cb85da9dc163.tar.gz
samba-e6c48331eba20b02239e5668d9d9cb85da9dc163.tar.bz2
samba-e6c48331eba20b02239e5668d9d9cb85da9dc163.zip
Fixup swat warning.
Fix winbindd dual mode in the same was as in APP_HEAD. "Ken Cross" <kcross@nssolutions.com> noticed the problem. Jeremy. (This used to be commit 8bbcb833317245d7f5b8695e4a5c676f67003937)
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/swat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c
index 92dece6ecd..6d14e9db98 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -1262,7 +1262,7 @@ static void printers_page(void)
int main(int argc, char *argv[])
{
int opt;
- char *page;
+ const char *page;
poptContext pc;
struct poptOption long_options[] = {
POPT_AUTOHELP