From 1f6cc536b2db0c36feee45cfd6ac1ad5ee8fb05a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 21 Nov 2001 08:36:43 +0000 Subject: Preparing to implement +ve and -ve caching for lookupname/lookupsid calls. Jeremy. --- source/nsswitch/winbindd_nss.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/nsswitch/winbindd_nss.h') diff --git a/source/nsswitch/winbindd_nss.h b/source/nsswitch/winbindd_nss.h index a99e3b3e1ff..4fb9458c141 100644 --- a/source/nsswitch/winbindd_nss.h +++ b/source/nsswitch/winbindd_nss.h @@ -167,11 +167,11 @@ struct winbindd_response { } gr; uint32 num_entries; /* getpwent, getgrent */ - struct { + struct winbindd_sid { fstring sid; /* lookupname, [ug]id_to_sid */ int type; } sid; - struct { + struct winbindd_name { fstring name; /* lookupsid */ int type; } name; -- cgit