[libvirt] [PATCH] Remove an unnecessary variable from remoteIOReadMessage().

Daniel P. Berrange berrange at redhat.com
Mon Sep 21 13:45:58 UTC 2009


On Mon, Sep 21, 2009 at 03:44:51PM +0200, Chris Lalancette wrote:
> Daniel P. Berrange wrote:
> > On Mon, Sep 21, 2009 at 02:53:17PM +0200, Chris Lalancette wrote:
> >> Signed-off-by: Chris Lalancette <clalance at redhat.com>
> >> ---
> >>  src/remote_internal.c |    3 +--
> >>  1 files changed, 1 insertions(+), 2 deletions(-)
> >>
> >> diff --git a/src/remote_internal.c b/src/remote_internal.c
> >> index dd7b31e..b89d45d 100644
> >> --- a/src/remote_internal.c
> >> +++ b/src/remote_internal.c
> >> @@ -6942,10 +6942,9 @@ remoteIOReadMessage(virConnectPtr conn, struct private_data *priv,
> >>      if (priv->saslconn) {
> >>          if (priv->saslDecoded == NULL) {
> >>              char encoded[8192];
> >> -            unsigned int encodedLen = sizeof(encoded);
> >>              int ret, err;
> >>              ret = remoteIOReadBuffer(conn, priv, in_open,
> >> -                                     encoded, encodedLen);
> >> +                                     encoded, sizeof(encoded));
> >>              if (ret < 0)
> >>                  return -1;
> >>              if (ret == 0)
> > 
> > ACK
> 
> Thanks.  I'm ready to push these small fixes, but would it be more convenient
> for me to wait until after you've pushed the big refactoring?  As long as you
> are going to do that soon-ish, I can wait.

Yeah, i'm about to push it in next 10-15 minutes. Hopefully git should
do its magic stuff for you & auto-rebase everything correctly :-)

Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list