On Jul 7, 2009, at 1:14 AM, Stefan (metze) Metzmacher wrote:
Hi Tim,
commit 18a27a8df223ba8eb0faf6a64384acce174f3ace
Author: Tim Prouty <tpro...@samba.org>
Date: Thu Jul 2 10:27:01 2009 -0700
s3 sticky write time: Removed unused args and tighten up a
function by making an arg const
I don't think it makes sense to apply a const in non-pointers
parameters, the function always gets a copy of the callers variable.
Also you missed a const in the proto.h for
set_sticky_write_time_path()
which is present in the function.
Great point. I'll push a patch that fixes this.
-Tim