summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-08-24 17:03:30 +0200
committerJeremy Allison <jra@samba.org>2017-08-25 04:10:25 +0200
commit27fae4cea30c98979462ffdb4582b054686f73d9 (patch)
tree8b60fc2c21f836581d5a6c7b8d63ab6a54709768 /librpc
parent00f32962e8c2948c7a8bfef183126603fb96b1eb (diff)
downloadsamba-27fae4cea30c98979462ffdb4582b054686f73d9.tar.gz
schannel.idl: Fix a typo
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
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/schannel.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/schannel.idl b/librpc/idl/schannel.idl
index fa688f675ac..3bc8a92c92f 100644
--- a/librpc/idl/schannel.idl
+++ b/librpc/idl/schannel.idl
@@ -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;