(AcquirePKInitCreds): fail more gracefully
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21229 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -851,7 +851,19 @@ HandleOP(CallExtension) | |||||||
| static int | static int | ||||||
| HandleOP(AcquirePKInitCreds) | HandleOP(AcquirePKInitCreds) | ||||||
| { | { | ||||||
|     errx(1, "AcquirePKInitCreds"); |     int32_t flags; | ||||||
|  |     krb5_data pfxdata; | ||||||
|  |  | ||||||
|  |     ret32(c, flags); | ||||||
|  |     retdata(c, pfxdata); | ||||||
|  |  | ||||||
|  |     /* get credentials */ | ||||||
|  |  | ||||||
|  |     krb5_data_free(&pfxdata); | ||||||
|  |  | ||||||
|  |     put32(c, -1); /* hResource */ | ||||||
|  |     put32(c, GSMERR_NOT_SUPPORTED); | ||||||
|  |     return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| /* | /* | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand