fixed a warning in Uriel's code

This commit is contained in:
Anselm R. Garbe 2006-06-09 11:55:46 +02:00
parent dd58d76cce
commit 4684c7a2ab
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ ixp_connect_sock(char *address)
{
char *p;
if(p = strchr(address, '!')) {
if((p = strchr(address, '!'))) {
*p = 0;
p++;