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

/macosx-10.9.5/MITKerberosShim-62.1/test/
H A Dtest-gss-server.c360 int connectionErr = 0; local
374 connectionErr = Authenticate (connectionFD, &gssContext);
376 if (!connectionErr) {
377 connectionErr = Authorize (&gssContext, &authorized, &authorizationError);
380 if (!connectionErr) {
395 connectionErr = WriteEncryptedToken (connectionFD, gssContext, buffer, strlen (buffer) + 1);
398 if (connectionErr) {
399 printError (connectionErr, "Connection failed");

Completed in 113 milliseconds