summaryrefslogtreecommitdiffstats
path: root/source/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
commit9a5bdf5c1bef689fe0d6879949df869efbc34783 (patch)
tree47c9bd03b8193cfe496e5bf4d717376cc975aaaf /source/web/swat.c
parent1ffc3b807a3f80644c974b454ff5e6f68e89b546 (diff)
downloadsamba-9a5bdf5c1bef689fe0d6879949df869efbc34783.tar.gz
samba-9a5bdf5c1bef689fe0d6879949df869efbc34783.tar.xz
samba-9a5bdf5c1bef689fe0d6879949df869efbc34783.zip
replace getpass() with getsmbpass() if getsmbpass.c compiles
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 2665df5d1b2..7a2f081d266 100644
--- a/source/web/swat.c
+++ b/source/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;