diff options
| author | jsorg71 <jay.sorg@gmail.com> | 2016-01-24 22:34:41 -0800 |
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2016-01-24 22:34:41 -0800 |
| commit | c6f27eb96ca97acc899b907f6bafb5f68be1a318 (patch) | |
| tree | aabf42403dbacaa5805c3b301a57c08876a515b3 /libxrdp/libxrdp.c | |
| parent | 327f1ea9fcb0f5307faf99dd6b05e27f92dd42f3 (diff) | |
| parent | 964e860072cd4871481481d5b3ffa96abb1bac35 (diff) | |
| download | xrdp-proprietary-c6f27eb96ca97acc899b907f6bafb5f68be1a318.tar.gz xrdp-proprietary-c6f27eb96ca97acc899b907f6bafb5f68be1a318.zip | |
Merge pull request #304 from proski/devel
Minor fixes
Diffstat (limited to 'libxrdp/libxrdp.c')
| -rw-r--r-- | libxrdp/libxrdp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxrdp/libxrdp.c b/libxrdp/libxrdp.c index acc41444..834e6ae3 100644 --- a/libxrdp/libxrdp.c +++ b/libxrdp/libxrdp.c @@ -105,7 +105,7 @@ libxrdp_get_pdu_bytes(const char *aheader) } /******************************************************************************/ -/* only used durring connection */ +/* only used during connection */ struct stream * APP_CC libxrdp_force_read(struct trans* trans) { @@ -1074,7 +1074,7 @@ libxrdp_query_channel(struct xrdp_session *session, int index, } /*****************************************************************************/ -/* returns a zero based index of the channel, -1 if error or it dosen't +/* returns a zero based index of the channel, -1 if error or it doesn't exist */ int EXPORT_CC libxrdp_get_channel_id(struct xrdp_session *session, char *name) |
