* net.cc (dup_ent): Make debugging output consistent.
This commit is contained in:
parent
a3de4e19b4
commit
12ffca1d84
@ -1,3 +1,7 @@
|
||||
2003-08-31 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* net.cc (dup_ent): Make debugging output consistent.
|
||||
|
||||
2003-08-31 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
Use dup_ent rather than specific dup_*_ptr functions throughout.
|
||||
|
@ -444,7 +444,7 @@ dup_ent (void *old, void *src0, struct_type type)
|
||||
{
|
||||
if (old)
|
||||
{
|
||||
debug_printf ("freeing old %sent structure(%s) %p\n", entnames[type],
|
||||
debug_printf ("freeing old %sent structure \"%s\" %p\n", entnames[type],
|
||||
((unionent *) old)->name, old);
|
||||
free (old);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user