lib: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 26 Jul 2017 15:22:42 +0000 (17:22 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 31 Jul 2017 08:03:27 +0000 (10:03 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
libcli/auth/schannel_state_tdb.c

index d884279bdb2b847f53c9223f79643ee98d72c5df..f55ae0ffb560d17c8b41b5c0a3c3e64f3ed65388 100644 (file)
@@ -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.
 
 *******************************************************************************/