merging changes from portability branch back to trunk
important change for developers: %Y replaces %D to print identities!
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user