fix user pty type_change

This commit is contained in:
Chris PeBenito 2006-01-20 22:05:40 +00:00
parent 07620c0813
commit 1e786eacc0
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
- Fix type_change bug in term_user_pty().
- Move ice_tmp_t from miscfiles to xserver.
- Login fixes from Serge Hallyn.
- Move xserver_log_t from xdm to xserver.

View File

@ -42,7 +42,7 @@ interface(`term_user_pty',`
')
term_pty($2)
type_change $2 server_ptynode:chr_file $1;
type_change $1 server_ptynode:chr_file $2;
')
########################################