summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-08-12 10:26:43 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-08-12 10:26:43 +0200
commit7390eaf7652125fa438b74ffd8d42e0c7bf345c8 (patch)
tree44f28eda10c80b5e6cacd329f4870cb5c0eba23c /HISTORY
parent9e6b12aa20e257ed0ef232c54e0f4eb7fe779a15 (diff)
downloadvdr-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--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d3ca8bf6..d74f9dae 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).