2010/11/23 BjC6rn Ketelaars <[email protected]>: > - B B B B B if (destportstr != NULL && destport != DEFAULT_HTTP_PORT) > + B B B B B if (destportstr != NULL || destport != DEFAULT_HTTP_PORT)
Your expression is always true, no sense in checking. -- Dmitrij D. Czarkoff

