1
1
Этот коммит содержится в:
Ralph Castain 2015-02-09 08:48:24 -08:00
родитель 56b81fbd67
Коммит 139c17a5ef

Просмотреть файл

@ -90,7 +90,7 @@ static int authenticate(opal_sec_cred_t *cred)
munge_err_t rc; munge_err_t rc;
opal_output_verbose(2, opal_sec_base_framework.framework_output, opal_output_verbose(2, opal_sec_base_framework.framework_output,
"sec: munge validate_cred %s", cred); "sec: munge validate_cred %s", cred->credential);
/* parse the inbound string */ /* parse the inbound string */
if (EMUNGE_SUCCESS != (rc = munge_decode(cred->credential, NULL, NULL, NULL, NULL, NULL))) { if (EMUNGE_SUCCESS != (rc = munge_decode(cred->credential, NULL, NULL, NULL, NULL, NULL))) {