* net.cc (dup_ent): Make debugging output consistent.
This commit is contained in:
		| @@ -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> | 2003-08-31  Christopher Faylor  <cgf@redhat.com> | ||||||
|  |  | ||||||
| 	Use dup_ent rather than specific dup_*_ptr functions throughout. | 	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) |   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); | 		    ((unionent *) old)->name, old); | ||||||
|       free (old); |       free (old); | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user