diff options
| author | jdolecek <jdolecek@NetBSD.org> | 2003-03-27 22:32:59 +0000 |
|---|---|---|
| committer | jdolecek <jdolecek@NetBSD.org> | 2003-03-27 22:32:59 +0000 |
| commit | bcc4e123689bd9581ff1edb74e554690a197dccd (patch) | |
| tree | 17f617030cb2d67116bd0cc199b0452816a0709a /libexec/identd | |
| parent | 461d049620d0bad55de863500516f8e402046b60 (diff) | |
s/USER-ID/USERID/ in response when -L is used
fixes PR bin/20911 by der Mouse
Diffstat (limited to 'libexec/identd')
| -rw-r--r-- | libexec/identd/parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |
