diff options
author | Jeremy Allison <jra@samba.org> | 2000-10-25 17:56:38 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-10-25 17:56:38 +0000 |
commit | 209485694266a91935d8ef7dda6c7d635d40d23f (patch) | |
tree | af4463edaffb0d430e7b4366d6899d267c62606f /source3/lib | |
parent | 72626a7954a4bd64a05a3610907c1f8f1a6f1fc1 (diff) | |
download | samba-209485694266a91935d8ef7dda6c7d635d40d23f.tar.gz samba-209485694266a91935d8ef7dda6c7d635d40d23f.tar.bz2 samba-209485694266a91935d8ef7dda6c7d635d40d23f.zip |
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)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/username.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |