soup-auth-manager-ntlm: avoid some /usr/bin/ntlm_auth warnings
authorDan Winship <danw@gnome.org>
Wed, 2 May 2012 13:25:51 +0000 (09:25 -0400)
committerDan Winship <danw@gnome.org>
Wed, 2 May 2012 14:34:39 +0000 (10:34 -0400)
commit051dd8b2f33482b8400e6c21129e10dc9c5af193
tree5ea20ab446a13ff0e84070e2c341dfa7809efa25
parent68bd8afbd8fea791d500f82c5c21688d36d55777
soup-auth-manager-ntlm: avoid some /usr/bin/ntlm_auth warnings

ntlm_auth sometimes spews errors that we don't care about, so use
G_SPAWN_STDERR_TO_DEV_NULL.

Also, the "PW" response ("no cached credentials, ask for a password
instead") can be returned in response to the type 3 message too, so
deal with it there (and don't print a warning, because it's not an
error).
libsoup/soup-auth-manager-ntlm.c