Re: [PATCH] credential-store: don't pass strerror to die_errno()

2015-12-16 Thread Jeff King
On Wed, Dec 16, 2015 at 12:22:55PM +0100, SZEDER Gábor wrote: > Signed-off-by: SZEDER Gábor > --- > > v2 fixed this, but it fell on the floor, I suppose because of the > maintainer switch. Anyway, I should have noticed it while the patch > was still cooking, sorry. Oops. I do remember seeing E

[PATCH] credential-store: don't pass strerror to die_errno()

2015-12-16 Thread SZEDER Gábor
Signed-off-by: SZEDER Gábor --- v2 fixed this, but it fell on the floor, I suppose because of the maintainer switch. Anyway, I should have noticed it while the patch was still cooking, sorry. credential-store.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/credential-st