diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-vfs/files/patch-modules_smb-method.c | 11 | ||||
-rw-r--r-- | devel/gnomevfs2/files/patch-modules_smb-method.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/gnome-vfs/files/patch-modules_smb-method.c b/devel/gnome-vfs/files/patch-modules_smb-method.c new file mode 100644 index 000000000..416dae018 --- /dev/null +++ b/devel/gnome-vfs/files/patch-modules_smb-method.c @@ -0,0 +1,11 @@ +--- modules/smb-method.c.orig Mon Sep 12 02:29:46 2005 ++++ modules/smb-method.c Mon Sep 12 02:30:57 2005 +@@ -1486,7 +1486,7 @@ do_close (GnomeVFSMethod *method, + + /* Important: perform_authentication leaves and re-enters the lock! */ + while (perform_authentication (&actx) > 0) { +- r = smb_context->close (smb_context, handle->file); ++ r = smb_context->close_fn (smb_context, handle->file); + actx.res = (r >= 0) ? GNOME_VFS_OK : gnome_vfs_result_from_errno (); + } + diff --git a/devel/gnomevfs2/files/patch-modules_smb-method.c b/devel/gnomevfs2/files/patch-modules_smb-method.c new file mode 100644 index 000000000..416dae018 --- /dev/null +++ b/devel/gnomevfs2/files/patch-modules_smb-method.c @@ -0,0 +1,11 @@ +--- modules/smb-method.c.orig Mon Sep 12 02:29:46 2005 ++++ modules/smb-method.c Mon Sep 12 02:30:57 2005 +@@ -1486,7 +1486,7 @@ do_close (GnomeVFSMethod *method, + + /* Important: perform_authentication leaves and re-enters the lock! */ + while (perform_authentication (&actx) > 0) { +- r = smb_context->close (smb_context, handle->file); ++ r = smb_context->close_fn (smb_context, handle->file); + actx.res = (r >= 0) ? GNOME_VFS_OK : gnome_vfs_result_from_errno (); + } + |