--nextPart8348549.JPqXGlZ65R Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 14 April 2007 08:52:03 am Will Stephenson wrote: > SVN commit 653869 by wstephens: > > Always allow connections to localhost, even if offline > > M +2 -0 networkstatus.cpp > > > --- branches/KDE/3.5/kdepim/networkstatus/networkstatus.cpp #653868:653869 > @@ -87,6 +87,8 @@ > > int NetworkStatusModule::status( const QString & host ) > { > + if ( host =3D=3D "127.0.0.1" || host =3D=3D "localhost" ) > + return NetworkStatus::Online; > Network * p =3D networkForHost( host ); > if ( !p ) > { Should'nt it be 127.0.0.x ? =2D-=20 Nadeem Hasan (nhasan-at-nadmm.com) GPG Fingerprint: 7141 0B1C 9CAF 624D 307F F8EF 6C0C 753E DD3A 0F53 --nextPart8348549.JPqXGlZ65R Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBGIh4obAx1Pt06D1MRAqVaAJ96p5h5tb1eAzUEBPJ7Z8eVz0amZgCfZgWJ Fn6yNK70pG+WvlBdo83pzhQ= =M3XB -----END PGP SIGNATURE----- --nextPart8348549.JPqXGlZ65R--