Re: [PATCH hurd 6/7] auth: remove implicit assumption about the bootstrap process

2015-01-17 Thread Samuel Thibault
Justus Winter, le Sat 17 Jan 2015 18:26:45 +0100, a écrit : > The current code assumes that it can speak the startup protocol over > its bootstrap port. Ack, thanks! > > * auth/auth.c (main): Generalize by trying to use `/servers/startup' > before falling back to the bootstrap port. > --- > aut

[PATCH hurd 6/7] auth: remove implicit assumption about the bootstrap process

2015-01-17 Thread Justus Winter
The current code assumes that it can speak the startup protocol over its bootstrap port. * auth/auth.c (main): Generalize by trying to use `/servers/startup' before falling back to the bootstrap port. --- auth/auth.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --gi