diff options
author | Luke Leighton <lkcl@samba.org> | 1999-12-02 16:38:16 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-12-02 16:38:16 +0000 |
commit | ddfe7956f29c3be260f2459c55c1f7be67bfaa2a (patch) | |
tree | 5355da89c8bfa6e3dfc958a8271d455208e904f8 | |
parent | e9b8c7743a45b4d045892f9039075fb8cfbd84e5 (diff) | |
download | samba-ddfe7956f29c3be260f2459c55c1f7be67bfaa2a.tar.gz samba-ddfe7956f29c3be260f2459c55c1f7be67bfaa2a.tar.bz2 samba-ddfe7956f29c3be260f2459c55c1f7be67bfaa2a.zip |
oops, pwdb_initialise() called unnecessarily from here (failure to read
trusted domains may cause rpcclient to fail).
(This used to be commit 12e2b973216c0798a939f68220b0e6a60acd5c01)
-rw-r--r-- | source3/rpcclient/rpcclient.c | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |