schannel.idl: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 24 Aug 2017 15:03:30 +0000 (17:03 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 25 Aug 2017 02:10:25 +0000 (04:10 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Aug 25 04:10:25 CEST 2017 on sn-devel-144

librpc/idl/schannel.idl

index fa688f675ac6d1667db53046230a5120b37200e9..3bc8a92c92f6a5597b0e6ccdd5e43c8d287fb003 100644 (file)
@@ -27,7 +27,7 @@ interface schannel
                dom_sid *sid;
        } netlogon_creds_CredentialState;
 
-       /* This is used in the schannel_cache.tdb */
+       /* This is used in the schannel_store.tdb */
        typedef [public] struct {
                [string,charset(UTF16)] uint16 *computer_name;
                netr_Credential server_challenge;