summaryrefslogtreecommitdiff
path: root/source3/web/swat.c
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@samba.org>1998-09-21 11:34:44 +0000
committerAlexandre Oliva <oliva@samba.org>1998-09-21 11:34:44 +0000
commitac39ce3eba28eed97942e915f7b4cd77cdfd9e2d (patch)
tree0d1a85c8a7cb40edc812ae51b0fd9dee94bcff00 /source3/web/swat.c
parente649750cb4d2d2577f0577b1d7a87ae4daf8fb6f (diff)
downloadsamba-ac39ce3eba28eed97942e915f7b4cd77cdfd9e2d.tar.gz
samba-ac39ce3eba28eed97942e915f7b4cd77cdfd9e2d.tar.bz2
samba-ac39ce3eba28eed97942e915f7b4cd77cdfd9e2d.zip
replace getpass() with getsmbpass() if getsmbpass.c compiles
(This used to be commit 9a5bdf5c1bef689fe0d6879949df869efbc34783)
Diffstat (limited to 'source3/web/swat.c')
-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 2665df5d1b..7a2f081d26 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -611,7 +611,7 @@ static void printers_page(void)
-int main(int argc, char *argv[])
+ int main(int argc, char *argv[])
{
extern char *optarg;
extern int optind;