Remove the char * argument from the SMB_VFS_GETWD() call. Now always
authorJeremy Allison <jra@samba.org>
Tue, 31 May 2011 23:36:06 +0000 (16:36 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 1 Jun 2011 02:06:12 +0000 (04:06 +0200)
commitc7d2f6d35a95678c91faf0b5ac7f83bc5d1abfde
tree21939b3dee3e786c9ec4c00eb6b832f2560bd371
parent1cee71713f75dbee653ea86bd4e7c87efe677cf6
Remove the char * argument from the SMB_VFS_GETWD() call. Now always
returns malloc'ed memory.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Wed Jun  1 04:06:12 CEST 2011 on sn-devel-104
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_time_audit.c
source3/smbd/vfs.c
source3/torture/cmd_vfs.c