Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
72f7c526b5
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/gnome2/gnome-vfs-extras/samba-hotfix.patch

+ 11
- 0
package/gnome2/gnome-vfs-extras/samba-hotfix.patch

@ -0,0 +1,11 @@
--- ./smb-method.c.orig 2005-09-14 17:17:50.000000000 +0200
+++ ./smb-method.c 2005-09-14 17:26:27.000000000 +0200
@@ -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();

Loading…
Cancel
Save