2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

minor cleanup

This commit is contained in:
Brian Wellington
2001-07-27 05:26:38 +00:00
parent 924b2e8230
commit f9521c63ea
5 changed files with 84 additions and 129 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: host.c,v 1.69 2001/07/26 20:21:40 gson Exp $ */
/* $Id: host.c,v 1.70 2001/07/27 05:26:35 bwelling Exp $ */
#include <config.h>
#include <stdlib.h>
@@ -245,11 +245,11 @@ received(int bytes, isc_sockaddr_t *from, dig_query_t *query)
}
void
trying(int frmsize, char *frm, dig_lookup_t *lookup) {
trying(char *frm, dig_lookup_t *lookup) {
UNUSED(lookup);
if (!short_form)
printf("Trying \"%.*s\"\n", frmsize, frm);
printf("Trying \"%s\"\n", frm);
}
static void