From 209485694266a91935d8ef7dda6c7d635d40d23f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 25 Oct 2000 17:56:38 +0000 Subject: John Reilly @ HP (who is a wonderful human being and *definately* needs CVS commit access :-) has written a simple routine that peeks inside the MS PE printer driver file format and can tell if a driver is W2K or NT4.x. So we can now correctly return the driver version number. Hurrah ! JF - this is the code you always wanted ..... :-) :-). Jeremy. (This used to be commit fd17374e6d888813f4ed7142480cf93b8a16bfef) --- source3/lib/username.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/username.c b/source3/lib/username.c index 7ada5fa00c..2cf45c2a96 100644 --- a/source3/lib/username.c +++ b/source3/lib/username.c @@ -269,8 +269,6 @@ static BOOL user_in_winbind_group_list(char *user,char *gname, BOOL *winbind_ans int i; gid_t *groups = NULL; gid_t gid; - DOM_SID g_sid; - enum SID_NAME_USE name_type; BOOL ret = False; *winbind_answered = False; -- cgit