don't set unused variables
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24868 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -139,7 +139,7 @@ kt_purge(struct purge_options *opt, int argc, char **argv) | ||||
| 	goto out; | ||||
|     } | ||||
|  | ||||
|     while((ret = krb5_kt_next_entry(context, keytab, &entry, &cursor)) == 0) { | ||||
|     while(krb5_kt_next_entry(context, keytab, &entry, &cursor) == 0) { | ||||
| 	struct e *e = get_entry (entry.principal, head); | ||||
|  | ||||
| 	if (e == NULL) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand