|
|
|
@ -206,7 +206,7 @@ static id<PEPPassphraseProviderProtocol> s_passphraseProvider = nil;
|
|
|
|
|
+ (void)setPerMachineDirectory:(NSURL *)perMachineDir
|
|
|
|
|
{
|
|
|
|
|
if (perMachineDirectory) {
|
|
|
|
|
free((void *) perMachineDirectory);
|
|
|
|
|
free((void *) perMachineDirectory); //BUFF: DIRK??
|
|
|
|
|
}
|
|
|
|
|
perMachineDirectory = strdup([perMachineDir path].UTF8String);
|
|
|
|
|
}
|
|
|
|
|