diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-12-06 15:45:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:24 -0500 |
commit | 82da9a75d8b3976c79384e89ab248c235fc885e0 (patch) | |
tree | cdf44f80775784080bf45cc65ffdc91ca4bb41b3 | |
parent | 0ad10aec63201c45b09f91541e9eee17fcf7ede5 (diff) | |
download | samba-82da9a75d8b3976c79384e89ab248c235fc885e0.tar.gz samba-82da9a75d8b3976c79384e89ab248c235fc885e0.tar.bz2 samba-82da9a75d8b3976c79384e89ab248c235fc885e0.zip |
r4080: missing file from the last commit
metze
(This used to be commit ea7b496995573426486b7eab5de822d5602d7368)
-rw-r--r-- | source4/libcli/raw/clisession.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/raw/clisession.c b/source4/libcli/raw/clisession.c index 39df8fce02..4f77145d4d 100644 --- a/source4/libcli/raw/clisession.c +++ b/source4/libcli/raw/clisession.c @@ -413,7 +413,7 @@ static NTSTATUS smb_raw_session_setup_generic_spnego(struct smbcli_session *sess goto done; } - gensec_want_feature(session->gensec, GENSEC_WANT_SESSION_KEY); + gensec_want_feature(session->gensec, GENSEC_FEATURE_SESSION_KEY); status = gensec_set_domain(session->gensec, parms->generic.in.domain); if (!NT_STATUS_IS_OK(status)) { |