The buf in the smbclient write function should be const.
authorAndreas Schneider <anschneider@suse.de>
Wed, 16 Jul 2008 10:05:52 +0000 (12:05 +0200)
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>
Wed, 16 Jul 2008 14:41:43 +0000 (10:41 -0400)
commit43892abff68054928312fd54e50d5bdebe604b63
tree3a7a4696795a68e1c1e6f2d535839a7ca1220ea4
parentdb7bff1babdb556efa54b7ff02d66fb50e833a30
The buf in the smbclient write function should be const.

As we try to provide POSIX function, we should use const like all other
POSIX function.

Signed-off-by: Andreas Schneider <anschneider@suse.de>
Signed-off-by: Derrell Lipman <derrell.lipman@unwireduniverse.com>
(This used to be commit 36e5df59544de9df140ca40ad0efd77afd8e1468)
source3/include/libsmb_internal.h
source3/include/libsmbclient.h
source3/libsmb/libsmb_file.c