]> git.ipfire.org Git - thirdparty/kea.git/commit
[4485] Change type of variables to overcome compiler objections
authorStephen Morris <stephen@persephone.(none)>
Tue, 10 May 2016 14:03:02 +0000 (15:03 +0100)
committerStephen Morris <stephen@persephone.(none)>
Tue, 10 May 2016 14:03:02 +0000 (15:03 +0100)
commit1d3dac9de3ae12e597e4a4e78507f7b0cf2db4f7
tree18f4e436d497b998cb32d1158a0a41cba7e54510
parent324d766474ae75d70004ce55ccf5b74ffe643fb3
[4485] Change type of variables to overcome compiler objections

One compiler was objecting to placing the address of a size_t variable
into a variable declared as "unsigned long*".  Changing the
declaration from "size_t" to "unsigned long" fixes the problem.
src/lib/dhcpsrv/mysql_host_data_source.cc