(upstream_add): Fixed a spelling mistake with "Nonsence"
This commit is contained in:
parent
acb5026545
commit
cd9c768c59
@ -1,4 +1,4 @@
|
||||
/* $Id: reqs.c,v 1.105 2003-06-26 18:19:57 rjkaes Exp $
|
||||
/* $Id: reqs.c,v 1.105.2.1 2003-11-19 19:20:18 rjkaes Exp $
|
||||
*
|
||||
* This is where all the work in tinyproxy is actually done. Incoming
|
||||
* connections have a new child created for them. The child then
|
||||
@ -330,7 +330,7 @@ upstream_add(const char *host, int port, const char *domain)
|
||||
|
||||
if (domain == NULL) {
|
||||
if (!host || host[0] == '\0' || port < 1) {
|
||||
log_message(LOG_WARNING, "Nonsence upstream rule: invalid host or port");
|
||||
log_message(LOG_WARNING, "Nonsense upstream rule: invalid host or port");
|
||||
goto upstream_cleanup;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user