]> xenbits.xensource.com Git - libvirt.git/commit
daemon: fix logic bug with virAsprintf
authorEric Blake <eblake@redhat.com>
Tue, 14 Feb 2012 23:00:28 +0000 (16:00 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 16 Feb 2012 00:02:56 +0000 (17:02 -0700)
commit15a280bb6d2de16b2f54dd7ca667a5a69363558c
treec6c7ca1576969e2664bb914523d54bed0b688a9f
parentd2728cc24581d8a2f40c7ffed2a10fd2da79015f
daemon: fix logic bug with virAsprintf

Regression introduced in commit 7033c5f2, due to improper conversion
from snprintf to virAsprintf.

* daemon/remote.c (remoteDispatchAuthList): Check return value
correctly.
daemon/remote.c