提交 ec38eb93 编写于 作者: R Richard W.M. Jones

Thu Dec 6 12:00:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>

        * src/remote_internal.c: Clean up a warning if neither SASL
          nor PolKit are enabled.
上级 2ec759fc
Thu Dec 6 12:00:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
* src/remote_internal.c: Clean up a warning if neither SASL
nor PolKit are enabled.
Thu Dec 6 12:41:18 CET 2007 Jim Meyering <meyering@redhat.com>
Build also on systems where -lreadline requires e.g., -lncurses.
......
......@@ -2841,7 +2841,12 @@ remoteNetworkSetAutostart (virNetworkPtr network, int autostart)
static int
remoteAuthenticate (virConnectPtr conn, struct private_data *priv, int in_open,
virConnectAuthPtr auth, const char *authtype)
virConnectAuthPtr auth
#if !HAVE_SASL && !HAVE_POLKIT
ATTRIBUTE_UNUSED
#endif
,
const char *authtype)
{
struct remote_auth_list_ret ret;
int err, type = REMOTE_AUTH_NONE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册