diff options
Diffstat (limited to 'winsup/cygwin/uinfo.cc')
-rw-r--r-- | winsup/cygwin/uinfo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc index c0a0c2c..45f3747 100644 --- a/winsup/cygwin/uinfo.cc +++ b/winsup/cygwin/uinfo.cc @@ -105,7 +105,7 @@ internal_getlogin (_pinfo *pi) DWORD siz; char tu[1024]; int ret = 0; - + /* Try to get the SID either from already impersonated token or from current process first. To differ that two cases is important, because you can't rely on the user information |