* net.cc (dup_ent): Revert previous stupid change.
This commit is contained in:
@@ -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 : "<null!>", old);
|
||||
((unionent *) old)->name, old);
|
||||
free (old);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user