[DGD]1.1.49 + Patches
E. Harte
harte at xs4all.nl
Mon Jan 25 12:01:48 CET 1999
On 24 Jan 1999, Andreas Faerber wrote:
[...]
> I patched our DGD up to 1.1.49 with the following patches:
[...]
> The net patch was from, eh, v1.1.42, i think. :)
In that case, please apply the following fix as well, in
dgd/src/comm.net.c (I forgot which line exactly):
---- Hand-created-patch ----
else if (flags & CF_TELNET) {
usr->inbuf = (char *) usr + sizeof(user);
usr->outbuf = usr->inbuf + INBUF_SIZE;
- usr->optbuf = usr->outbuf + OPTBUF_SIZE;
+ usr->optbuf = usr->outbuf + OUTBUF_SIZE;
usr->state = TS_DATA;
}
---- End of patch ----
That's the only 'real' change that I added in net-10.dgd-1.1.49 aside from
some minor fixes to make it still patch smoothly.
Erwin.
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list