mirror of the now-defunct rocklinux.org
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.

11 lines
373 B

  1. --- ./smb-method.c.orig 2005-09-14 17:17:50.000000000 +0200
  2. +++ ./smb-method.c 2005-09-14 17:26:27.000000000 +0200
  3. @@ -1200,7 +1200,7 @@
  4. } else {
  5. LOCK_SMB();
  6. init_auth (NULL);
  7. - if (smb_context->close (smb_context, handle->file) < 0) {
  8. + if (smb_context->close_fn (smb_context, handle->file) < 0) {
  9. res = gnome_vfs_result_from_errno ();
  10. }
  11. UNLOCK_SMB();