From 40e7dccf5ec97a5ee4585fb307a31833f63d0361 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Wed, 7 Mar 2012 10:26:21 +0100 Subject: [PATCH] Fixing an error in d6db7c555d0f11856ce5e3e479b16a4cf4689107 commit Evt.Sid should not be cast into char* when calling sizeof otherwise size will be 4. (forward port of commit 288ef35ceeef9f2ee5411095c121368d7230d4b9) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 16a4b50..321108e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -299,6 +299,13 @@ Version 1.8.0 Version 1.6.16 ******************************************************************************* +2012-03-07 Fabrice Fontaine + + Fixing an error in d6db7c555d0f11856ce5e3e479b16a4cf4689107 commit + + Evt.Sid should not be cast into char* when calling sizeof otherwise + size will be 4. + 2012-03-06 Fabrice Fontaine Removing two unused variables in ssdp_server.c