From bcc4e123689bd9581ff1edb74e554690a197dccd Mon Sep 17 00:00:00 2001 From: jdolecek Date: Thu, 27 Mar 2003 22:32:59 +0000 Subject: s/USER-ID/USERID/ in response when -L is used fixes PR bin/20911 by der Mouse --- libexec/identd/parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec') diff --git a/libexec/identd/parse.c b/libexec/identd/parse.c index 8ef0c9c275b..5c437f45737 100644 --- a/libexec/identd/parse.c +++ b/libexec/identd/parse.c @@ -1,4 +1,4 @@ -/* $NetBSD: parse.c,v 1.12 1999/05/18 04:49:41 jwise Exp $ */ +/* $NetBSD: parse.c,v 1.13 2003/03/27 22:32:59 jdolecek Exp $ */ /* ** parse.c This file contains the protocol parser @@ -232,7 +232,7 @@ int parse(fp, laddr, faddr) gethost(faddr), lport, fport); - printf("%d , %d : USER-ID : OTHER :%s\r\n", + printf("%d , %d : USERID : OTHER :%s\r\n", lport, fport, lie_string); continue; } -- cgit