summaryrefslogtreecommitdiffstats
path: root/source/web/swat.c
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
commit8bbcb833317245d7f5b8695e4a5c676f67003937 (patch)
treeec33aa7174a60bef1f170074b2893997ce40fd0b /source/web/swat.c
parent32dc4ddb04f4d3eecfdd542cb3495830067a2eed (diff)
downloadsamba-8bbcb833317245d7f5b8695e4a5c676f67003937.tar.gz
samba-8bbcb833317245d7f5b8695e4a5c676f67003937.tar.xz
samba-8bbcb833317245d7f5b8695e4a5c676f67003937.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.
Diffstat (limited to 'source/web/swat.c')
-rw-r--r--source/web/swat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/swat.c b/source/web/swat.c
index 92dece6ecd9..6d14e9db983 100644
--- a/source/web/swat.c
+++ b/source/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