* spawn.cc (spawn_guts): Fix typo in comment.
This commit is contained in:
parent
e0bdf94f32
commit
5b62123cf6
|
@ -1,3 +1,7 @@
|
||||||
|
2007-08-17 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* spawn.cc (spawn_guts): Fix typo in comment.
|
||||||
|
|
||||||
2007-08-17 Corinna Vinschen <corinna@vinschen.de>
|
2007-08-17 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* autoload.cc (CloseDesktop): Define.
|
* autoload.cc (CloseDesktop): Define.
|
||||||
|
|
|
@ -533,7 +533,7 @@ loop:
|
||||||
|
|
||||||
sa = sec_user ((PSECURITY_ATTRIBUTES) alloca (1024),
|
sa = sec_user ((PSECURITY_ATTRIBUTES) alloca (1024),
|
||||||
cygheap->user.sid ());
|
cygheap->user.sid ());
|
||||||
/* We're create a window station per user, not per logon session.
|
/* We're creating a window station per user, not per logon session.
|
||||||
First of all we might not have a valid logon session for
|
First of all we might not have a valid logon session for
|
||||||
the user (logon by create_token), and second, it doesn't
|
the user (logon by create_token), and second, it doesn't
|
||||||
make sense in terms of security to create a new window
|
make sense in terms of security to create a new window
|
||||||
|
|
Loading…
Reference in New Issue