summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-07-26 17:22:42 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-07-31 10:03:27 +0200
commit9607b66a93c72509fed3f7c47ce3d3a85ee541c4 (patch)
tree319880074ae7596d860159f46029b475c7f76028 /libcli
parent9927e19965dcab32356a579fc490f6abe8bc7c77 (diff)
downloadsamba-9607b66a93c72509fed3f7c47ce3d3a85ee541c4.tar.gz
lib: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libcli')
-rw-r--r--libcli/auth/schannel_state_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/schannel_state_tdb.c b/libcli/auth/schannel_state_tdb.c
index d884279bdb2..f55ae0ffb56 100644
--- a/libcli/auth/schannel_state_tdb.c
+++ b/libcli/auth/schannel_state_tdb.c
@@ -439,7 +439,7 @@ NTSTATUS schannel_fetch_challenge_tdb(struct db_context *db_sc,
}
/******************************************************************************
- Wrapper around schannel_fetch_session_key_tdb()
+ Wrapper around schannel_fetch_challenge_tdb()
Note we must be root here.
*******************************************************************************/