X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source3%2Fsmbd%2Fvfs.c;h=7be386726780da7a19033893d69449848c8717ef;hp=8c526fa8821bbd81d1e0d7d0240a63e1b2d0f057;hb=ad0a07c531fadd1639c5298951cfaf5cfe0cb10e;hpb=d5e6a47f064a3923b1e257ab84fa7ccd7c4f89f4 diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index 8c526fa8821..7be38672678 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -183,7 +183,7 @@ bool vfs_init_custom(connection_struct *conn, const char *vfs_object) DEBUGADD(5,("Successfully loaded vfs module [%s] with the new modules system\n", vfs_object)); - handle = TALLOC_ZERO_P(conn, vfs_handle_struct); + handle = talloc_zero(conn, vfs_handle_struct); if (!handle) { DEBUG(0,("TALLOC_ZERO() failed!\n")); goto fail;