From: Mark Wooding Date: Sat, 15 Dec 2012 13:40:57 +0000 (+0000) Subject: server/admin.c, server/tripe-admin.5.in: Fix PEERINFO segfault. X-Git-Tag: 1.0.0pre11.1~1 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/f3c6d21c3e8d8b1cf6fe1780cb45a0177b23c5b6?ds=inline;hp=f3c6d21c3e8d8b1cf6fe1780cb45a0177b23c5b6 server/admin.c, server/tripe-admin.5.in: Fix PEERINFO segfault. It's allowed for p_privtag to return null, so just trying to print it is a bad idea. This introduces a protocol change, since there is no single tag chosen in the absence of `-priv' or `-t' options -- instead, there's a search list; this is represented with the special tag `(default)'. ---