version 1.1.1.1, 2012/02/21 22:39:10
|
version 1.1.1.2, 2016/11/02 10:45:58
|
Line 192 gssapi_init(struct ph1handle *iph1)
|
Line 192 gssapi_init(struct ph1handle *iph1)
|
gss_name_t princ, canon_princ; |
gss_name_t princ, canon_princ; |
OM_uint32 maj_stat, min_stat; |
OM_uint32 maj_stat, min_stat; |
|
|
|
if (iph1->rmconf == NULL) { |
|
plog(LLV_ERROR, LOCATION, NULL, "no remote config\n"); |
|
return -1; |
|
} |
|
|
gps = racoon_calloc(1, sizeof (struct gssapi_ph1_state)); |
gps = racoon_calloc(1, sizeof (struct gssapi_ph1_state)); |
if (gps == NULL) { |
if (gps == NULL) { |
plog(LLV_ERROR, LOCATION, NULL, "racoon_calloc failed\n"); |
plog(LLV_ERROR, LOCATION, NULL, "racoon_calloc failed\n"); |