diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-08-12 10:26:43 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-08-12 10:26:43 +0200 |
commit | 7390eaf7652125fa438b74ffd8d42e0c7bf345c8 (patch) | |
tree | 44f28eda10c80b5e6cacd329f4870cb5c0eba23c /HISTORY | |
parent | 9e6b12aa20e257ed0ef232c54e0f4eb7fe779a15 (diff) | |
download | vdr-7390eaf7652125fa438b74ffd8d42e0c7bf345c8.tar.gz vdr-7390eaf7652125fa438b74ffd8d42e0c7bf345c8.tar.bz2 |
Made the cCiSession members sessionId and resourceId uint16_t and uint32_t
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4863,3 +4863,6 @@ Video Disk Recorder Revision History - Fixed converting the port number in the "connect from..." log message of SVDRP (thanks to Ville Skyttä). +- Made the cCiSession members sessionId and resourceId uint16_t and uint32_t, + respectively, to match their types in the CI session data (thanks to Ville Skyttä + for reporting that there are places where ntohs() is assigned to different types). |