Fix a segfault in parse_logentry
authorVolker Lendecke <vl@samba.org>
Sat, 24 Jan 2009 14:08:14 +0000 (15:08 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 24 Jan 2009 14:08:21 +0000 (15:08 +0100)
commit8b804077128cd981bf238b2506c589dff3bf8ff4
treea3f9466e515238f75951607b69bfbb2567cae329
parentc23f0f13b42745a7b9f7c0a5b37f1ad521f886df
Fix a segfault in parse_logentry

entry->data_record.strings is type smb_ucs2, so the pointer arithmetic
increments by two :-)
source3/rpc_server/srv_eventlog_lib.c