summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/yptest
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>2002-07-19 16:28:49 +0000
committerMats O Jansson <maja@cvs.openbsd.org>2002-07-19 16:28:49 +0000
commit1e5d4a1f2e4cfdc721c4732e5f58124dcbce885a (patch)
tree67ad04515f5e3829ee1f2ef29fb50d27a5aff746 /usr.sbin/ypserv/yptest
parent6046bca65b2b210d7b8d7a3e5b8aac28a3234fde (diff)
Remove swedish comment. -moj
Diffstat (limited to 'usr.sbin/ypserv/yptest')
-rw-r--r--usr.sbin/ypserv/yptest/yptest.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/ypserv/yptest/yptest.c b/usr.sbin/ypserv/yptest/yptest.c
index 35708db7e3a..869497c3b5f 100644
--- a/usr.sbin/ypserv/yptest/yptest.c
+++ b/usr.sbin/ypserv/yptest/yptest.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: yptest.c,v 1.11 2002/07/19 02:38:40 deraadt Exp $ */
+/* $OpenBSD: yptest.c,v 1.12 2002/07/19 16:28:48 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.11 2002/07/19 02:38:40 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: yptest.c,v 1.12 2002/07/19 16:28:48 maja Exp $";
#endif
#include <stdio.h>
@@ -50,8 +50,6 @@ yptest_foreach(u_long status, char *key, int keylen, char *val, int vallen,
if (status == 2)
return(0);
- /* key avslutas med NUL */
- /* val avslutas med NUL */
key[keylen] = '\0';
val[vallen] = '\0';
printf("%s %s\n", key, val);