You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
515 B
12 lines
515 B
19 years ago
|
--- 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 ();
|
||
|
}
|
||
|
|