auth/factotum: complete p9any v.2 server protocol, but don't enable it.

This commit is contained in:
cinap_lenrek 2017-06-18 21:59:16 +02:00
parent a1c1e00973
commit 3fc29c6984

View file

@ -158,6 +158,8 @@ p9anyread(Fsstate *fss, void *a, uint *n)
case SHaveProtos:
m = 0;
negstr = s_new();
if(s->version == 2)
s_append(negstr, "v.2 ");
mkkeyinfo(&ki, fss, nil);
ki.attr = nil;
ki.noconf = 1;