summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaja <maja@openbsd.org>2003-01-04 14:00:01 +0000
committermaja <maja@openbsd.org>2003-01-04 14:00:01 +0000
commitdaa6de8bda2353b788e77232183931be65f0029c (patch)
tree961184da58fd5016cd44121e85c49183640f94ad
parentAdd comment about polish and turkish keyboards. -moj (diff)
downloadwireguard-openbsd-daa6de8bda2353b788e77232183931be65f0029c.tar.xz
wireguard-openbsd-daa6de8bda2353b788e77232183931be65f0029c.zip
Remove some debug output. -moj
-rw-r--r--usr.sbin/ypserv/yptest/yptest.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/ypserv/yptest/yptest.c b/usr.sbin/ypserv/yptest/yptest.c
index 869497c3b5f..5f148828fa2 100644
--- a/usr.sbin/ypserv/yptest/yptest.c
+++ b/usr.sbin/ypserv/yptest/yptest.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: yptest.c,v 1.12 2002/07/19 16:28:48 maja Exp $ */
+/* $OpenBSD: yptest.c,v 1.13 2003/01/04 14:00:01 maja Exp $ */
/*
* Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
@@ -32,7 +32,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$OpenBSD: yptest.c,v 1.12 2002/07/19 16:28:48 maja Exp $";
+static char rcsid[] = "$OpenBSD: yptest.c,v 1.13 2003/01/04 14:00:01 maja Exp $";
#endif
#include <stdio.h>
@@ -66,9 +66,6 @@ main(int argc, char *argv[])
struct ypmaplist *ypml, *y;
Status = yp_get_default_domain(&Domain);
- printf("Status %d\n", Status);
- printf("dom %s\n", Domain);
- printf("dom %d\n", Domain[0]);
if (Status)
printf("yp error: %s\n", yperr_string(Status));