(krb4_kt_start_seq_get_int): make compile again.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17046 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -139,7 +139,7 @@ krb4_kt_start_seq_get_int (krb5_context context, | ||||
| 	return ret; | ||||
|     } | ||||
|     c->sp = krb5_storage_from_fd(c->fd); | ||||
|     if(sp == NULL) { | ||||
|     if(c->sp == NULL) { | ||||
| 	close(c->fd); | ||||
| 	free(ed); | ||||
| 	return ENOMEM; | ||||
| @@ -321,8 +321,8 @@ krb4_kt_add_entry (krb5_context context, | ||||
|  | ||||
| static krb5_error_code | ||||
| krb4_kt_remove_entry(krb5_context context, | ||||
| 		 krb5_keytab id, | ||||
| 		 krb5_keytab_entry *entry) | ||||
| 		     krb5_keytab id, | ||||
| 		     krb5_keytab_entry *entry) | ||||
| { | ||||
|     struct krb4_kt_data *d = id->data; | ||||
|     krb5_error_code ret; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand