From 113bb6355096c0eee4439b3b4e8c0f910bfc48df Mon Sep 17 00:00:00 2001 From: glondu Date: Mon, 27 Mar 2006 16:25:38 +0200 Subject: [PATCH] Bug. darcs-hash:20060327142538-68412-7c9742efca7fa16c7070e31e5c237d2671feb6c1.gz --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index 941c1a7a..b3774b8d 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -597,7 +597,7 @@ def machine_details(machine) : f += coul(u'Ports TCP ouvert ext->machine : ','gras') + ' '.join(machine.portTCPin()) + '\n' if machine.portTCPout(): f += coul(u'Ports TCP ouvert machine->ext : ','gras') + ' '.join(machine.portTCPout()) + '\n' - if machine.portTCPin(): + if machine.portUDPin(): f += coul(u'Ports UDP ouvert ext->machine : ','gras') + ' '.join(machine.portUDPin()) + '\n' if machine.portUDPout(): f += coul(u'Ports UDP ouvert machine->ext : ','gras') + ' '.join(machine.portUDPout()) + '\n'