Changeset 61
- Timestamp:
- 05/28/2008 11:05:49 PM (6 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
FTPFS/FTPFSDelegate.m (modified) (1 diff)
-
SSHFS/SSHFSDelegate.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/FTPFS/FTPFSDelegate.m
r52 r61 74 74 [arguments addObject: [NSString stringWithFormat: @"-ovolicon=%@", 75 75 [parameters objectForKey: kMFFSVolumeIconPathParameter]]]; 76 // MFLogS(self, @"Arguments are %@", arguments);76 [arguments addObject: [NSString stringWithFormat: @"-odefer_permissions"]]; 77 77 return [arguments copy]; 78 78 } -
trunk/SSHFS/SSHFSDelegate.m
r57 r61 285 285 } 286 286 287 if ([output rangeOfString: @"Host key verification failed"].location != NSNotFound) 288 { 289 return [MFError errorWithErrorCode:kMFErrorCodeMountFaliure 290 description:@"Host key verification has failed."]; 291 } 287 292 288 293 return nil;
