Re: [libvirt] [PATCH] virURIParse: don't forget to copy the user part

2012-04-05 Thread Eric Blake
On 04/05/2012 09:52 AM, Guido Günther wrote: > This got dropped with 300e60e15b22387dda41ed5985a9ebadfd86dd25 Good catch. > +TEST_PARSE("test://f...@example.com", "test", "example.com", 0, NULL, > NULL, NULL, "foo", NULL); and thanks for adding the test case that proves it. ACK. -- Eric

[libvirt] [PATCH] virURIParse: don't forget to copy the user part

2012-04-05 Thread Guido Günther
This got dropped with 300e60e15b22387dda41ed5985a9ebadfd86dd25 Cheers, -- Guido --- src/util/viruri.c |5 - tests/viruritest.c | 24 +--- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/src/util/viruri.c b/src/util/viruri.c index 2c6de51..a41f345 1