- Added a patch to fix bug #168743 which corrects the name of a data member
from close to close_fnf38
parent
91939ef4e4
commit
2995ea695b
@ -0,0 +1,11 @@
|
||||
--- gnome-vfs-2.12.0/modules/smb-method.c.use_correct_close 2005-09-28 14:29:32.000000000 -0400
|
||||
+++ gnome-vfs-2.12.0/modules/smb-method.c 2005-09-28 14:30:11.000000000 -0400
|
||||
@@ -1486,7 +1486,7 @@
|
||||
|
||||
/* 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 ();
|
||||
}
|
||||
|
Loading…
Reference in new issue