From 8b7de010ab664867b529415a0167047d1437b883 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 9 Mar 2005 22:38:09 +0000 Subject: * net.cc (dup_ent): Revert previous stupid change. --- winsup/cygwin/net.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/net.cc') diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index ed52807d6..3fee9eb91 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -389,7 +389,7 @@ dup_ent (void *old, void *src0, struct_type type) if (old) { debug_printf ("freeing old %sent structure \"%s\" %p\n", entnames[type], - old ? ((unionent *) old)->name : "", old); + ((unionent *) old)->name, old); free (old); } -- cgit v1.2.3