From ddfe7956f29c3be260f2459c55c1f7be67bfaa2a Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 2 Dec 1999 16:38:16 +0000 Subject: oops, pwdb_initialise() called unnecessarily from here (failure to read trusted domains may cause rpcclient to fail). (This used to be commit 12e2b973216c0798a939f68220b0e6a60acd5c01) --- source3/rpcclient/rpcclient.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/rpcclient/rpcclient.c') diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 8b1710d368..ba40920a40 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -1913,8 +1913,6 @@ void readline_init(void) DEBUG(3,("%s client started (version %s)\n",timestring(),VERSION)); - pwdb_initialise(False); - process(&cli_info, NULL); free_connections(); -- cgit