mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-22 10:10:54 +00:00
Revert sid output format change for now
This commit is contained in:
parent
3855ff35c4
commit
4dd2c8e2a2
@ -1860,7 +1860,7 @@ int app_keyring_set_did(const struct cli_parsed *parsed, struct cli_context *con
|
||||
return WHY("Could not write updated keyring record");
|
||||
|
||||
cli_field_name(context, "sid", ":");
|
||||
cli_put_hexvalue(context, sid.binary, SID_SIZE, "\n");
|
||||
cli_put_string(context, alloca_tohex_sid(sid.binary), "\n");
|
||||
if (did) {
|
||||
cli_field_name(context, "did", ":");
|
||||
cli_put_string(context, did, "\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user