merging changes from portability branch back to trunk

important change for developers: %Y replaces %D to print identities!
This commit is contained in:
Tobias Brunner
2009-04-30 11:37:54 +00:00
parent 466f11bfaf
commit d24a74c5b4
120 changed files with 1409 additions and 3053 deletions
+1 -1
View File
@@ -562,7 +562,7 @@ static void leases(char *filter, bool utc)
printf(" ");
}
}
printf("%D\n", identity);
printf("%Y\n", identity);
DESTROY_IF(address);
identity->destroy(identity);
}