diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-10 18:42:07 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:49:19 +0100 |
commit | 3da665e9ac324320fed68a21163fffdf4bd3df89 (patch) | |
tree | d9c3dd8c580d04d6ff9ec4549cbda7f1e096489f /source4/auth/credentials | |
parent | 3971827b6ee7c84beaf4449e3c12dfe9f2d62c77 (diff) | |
download | samba-3da665e9ac324320fed68a21163fffdf4bd3df89.tar.gz samba-3da665e9ac324320fed68a21163fffdf4bd3df89.tar.bz2 samba-3da665e9ac324320fed68a21163fffdf4bd3df89.zip |
r26385: Integrate gensec-socket into gensec.
(This used to be commit 78bb444b4b73df9a84f8702814f9b30b32ffd885)
Diffstat (limited to 'source4/auth/credentials')
-rw-r--r-- | source4/auth/credentials/credentials.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/credentials/credentials.c b/source4/auth/credentials/credentials.c index 089af8f0f5..e7f2280bc9 100644 --- a/source4/auth/credentials/credentials.c +++ b/source4/auth/credentials/credentials.c @@ -720,6 +720,7 @@ void cli_credentials_set_anonymous(struct cli_credentials *cred) cli_credentials_set_domain(cred, "", CRED_SPECIFIED); cli_credentials_set_password(cred, NULL, CRED_SPECIFIED); cli_credentials_set_realm(cred, NULL, CRED_SPECIFIED); + cli_credentials_set_workstation(cred, "", CRED_UNINITIALISED); } /** |