From 96aba2652a3b509587a2d6362e8213219f4caa41 Mon Sep 17 00:00:00 2001 From: morgana Date: Fri, 15 Feb 2002 07:20:13 +0000 Subject: [PATCH] Small typo in Authentication Failed response to client. --- etc/papd/queries.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/papd/queries.c b/etc/papd/queries.c index af5fad79..46b1629f 100644 --- a/etc/papd/queries.c +++ b/etc/papd/queries.c @@ -1,5 +1,5 @@ /* - * $Id: queries.c,v 1.11 2002-02-15 07:12:41 morgana Exp $ + * $Id: queries.c,v 1.12 2002-02-15 07:20:13 morgana Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -677,7 +677,7 @@ static const char *rbiloginok = "0\r"; static const char *rbiloginbad = "-1\r"; static const char *rbiloginerrstr = "%%[Error: SecurityError; \ SecurityViolation: Unknown user, incorrect password or log on is \ -disabled ]%%\r%%Flushing: rest of job (to end-of-file) will be \ +disabled ]%%\r%%[Flushing: rest of job (to end-of-file) will be \ ignored ]%%\r"; int cq_rbilogin( in, out ) -- 2.39.2