From 13a7870e427b425a149424a99e40093e9bec88c9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 14 Aug 2003 21:57:11 +0000 Subject: Don't ask twice for the password (This used to be commit 8ebd92da01a72b26df769125f51934796e9e3d4f) --- source3/client/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/client') diff --git a/source3/client/client.c b/source3/client/client.c index 262ac41798..67fadd11a8 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -2572,6 +2572,7 @@ static struct cli_state *do_connect(const char *server, const char *share) char *pass = getpass("Password: "); if (pass) { pstrcpy(password, pass); + got_pass = 1; } } -- cgit