rewrite send to kdc to be more agressive, try kdcs in paralell and easier to configure behavior

This commit is contained in:
Love Hornquist Astrand
2013-02-10 19:02:52 -08:00
parent a952dc2c52
commit 58ff480763
17 changed files with 1550 additions and 740 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ eval_kdestroy(heim_dict_t o)
*/
static void
eval_array_element(heim_object_t o, void *ptr)
eval_array_element(heim_object_t o, void *ptr, int *stop)
{
eval_object(o);
}