Searched refs:publishError (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSAccountCredentials.c223 CFErrorRef publishError = NULL; local
224 if (!SOSAccountPublishCloudParameters(account, &publishError))
225 secerror("Failed to publish new cloud parameters: %@", publishError);
226 CFReleaseSafe(publishError);

Completed in 197 milliseconds