server/admin.c, server/tripe-admin.5.in: Fix PEERINFO segfault.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 15 Dec 2012 13:40:57 +0000 (13:40 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 Dec 2012 14:13:05 +0000 (14:13 +0000)
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)'.


No differences found