Subject: DNS Problem 1
From: Freaky <Freaky@UNItopia.rus.uni-stuttgart.de>
Date: Sun, 7 Mar 1999 16:08:19 +0100
Type: Patch
State: Done - applied in 3.2-dev.51.

Hi,

Lars Duening:
> > Lars Duening:
> > > The change done in 3.2-dev.43 was a bit too well-meaning: I had to undo
> > > part of it as it collided with an earlier bugfix. Fortunately the actual
> > > bugfix could stay.
> >
> > Ich konnte den Driver nicht compilieren.
> > Folgende Fehler traten auf:
>
> Vergiss meine letzte Mail - ich habs grad auf einer Sun ausprobiert und
> dieselben Meldungen bekommen. Wirds heute wohl noch eine Korrektur geben
> :-)

Noch was: in comm.c in der Funktion 'query_host_name' Zeile 4141 muesste
das 'static char name[20];' durch 'static char name[100];' ersetzt werden.
20 Zeichen sind einfach zuwenig, wenn gethostname den FQDN liefert:
UNItopia.rus.uni-stuttgart.de passt da z.B. nicht rein, und deswegen
liefert __HOST_NAME__ in UNItopia auch immer "" anstatt "UNItopia"

Ciao
		Freaky

--
Frank 'Freaky' Kirschner
UNItopia Admin                          http://UNItopia.uni-stuttgart.de/
Freaky@UNItopia.Uni-Stuttgart.DE      telnet://UNItopia.uni-stuttgart.de/


