diff options
author | Hennes Rohling <hro@openoffice.org> | 2002-08-15 08:54:30 +0000 |
---|---|---|
committer | Hennes Rohling <hro@openoffice.org> | 2002-08-15 08:54:30 +0000 |
commit | 7702bc0ad6ecabcdb5dd83e859af5380fd3fba86 (patch) | |
tree | e339952f437e1acad2ad8efdfc8ec3d6b3b432d3 /sal | |
parent | ca3b7105c3473f78404f7a23c2ce8687c3243d02 (diff) |
#91296# Local variable luid used for nonproduct
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/security.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sal/osl/w32/security.c b/sal/osl/w32/security.c index 45b8bfbb181a..249a498ea052 100644 --- a/sal/osl/w32/security.c +++ b/sal/osl/w32/security.c @@ -2,9 +2,9 @@ * * $RCSfile: security.c,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hro $ $Date: 2002-08-14 11:21:21 $ + * last change: $Author: hro $ $Date: 2002-08-15 09:54:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -150,6 +150,7 @@ oslSecurityError SAL_CALL osl_loginUser( rtl_uString *strUserName, rtl_uString * sal_Unicode* strUser; sal_Unicode* strDomain = _wcsdup(rtl_uString_getStr(strUserName)); HANDLE hUserToken; + LUID luid; if (strUser = wcschr(strDomain, L'/')) *strUser++ = L'\0'; |