--- modules/smb-method.c.orig 2007-03-02 22:55:44.000000000 -0500 +++ modules/smb-method.c 2007-03-02 22:56:24.000000000 -0500 @@ -1200,7 +1200,7 @@ } else { LOCK_SMB(); init_auth (NULL); - if (smb_context->close (smb_context, handle->file) < 0) { + if (smb_context->close_fn (smb_context, handle->file) < 0) { res = gnome_vfs_result_from_errno (); } UNLOCK_SMB();