diff options
author | ArvidNorr <norrarvid@gmail.com> | 2013-01-16 01:28:35 -0800 |
---|---|---|
committer | ArvidNorr <norrarvid@gmail.com> | 2013-01-16 01:28:35 -0800 |
commit | a2bbbd8cc336bedbda61a6af47d90bcccbe6aead (patch) | |
tree | 9329f489b5dd4e245ee4c635d7dd18f553e260f3 /common/trans.h | |
parent | b2c242f50eed96431e19c5905fc1c0269709da7c (diff) | |
download | xrdp-proprietary-a2bbbd8cc336bedbda61a6af47d90bcccbe6aead.tar.gz xrdp-proprietary-a2bbbd8cc336bedbda61a6af47d90bcccbe6aead.zip |
Display PAM error in gateway setup, use domain name as IP/DNS, changed how the socket is closed
Diffstat (limited to 'common/trans.h')
-rw-r--r-- | common/trans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/trans.h b/common/trans.h index 36d08a7c..1133477a 100644 --- a/common/trans.h +++ b/common/trans.h @@ -41,7 +41,7 @@ typedef int (*ttrans_conn_in)(struct trans* self, struct trans* new_self); struct trans { - tbus sck; + tbus sck; /* socket handle */ int mode; /* 1 tcp, 2 unix socket */ int status; int type1; /* 1 listener 2 server 3 client */ |