From 3d55f9b61ba23234c5355ed725963fdc0e520d45 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 29 Sep 2009 00:32:20 -0700 Subject: Decode ServerInterpreted addresses in HOST structures Signed-off-by: Alan Coopersmith --- print11.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'print11.c') diff --git a/print11.c b/print11.c index 7e0cc72..37add49 100644 --- a/print11.c +++ b/print11.c @@ -3912,13 +3912,7 @@ ChangeHosts ( PrintField(buf, 1, 1, INS_DEL, "mode"); printreqlen(buf, fd, DVALUE2(2 + (n + p) / 4)); n = IShort(&buf[6]); -#if 0 - PrintField(buf, 4, 1, HOSTFAMILY, "family"); - printfield(buf, 6, 2, CARD16, "length of address"); - PrintBytes(&buf[8], (long)n, "address"); -#else PrintField(buf, 4, 4+n, HOST, "host"); -#endif } void -- cgit v1.2.1