Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t0060: split absolute path test in two to exercise some of it on Windows
[gitweb.git]
/
credential-cache.c
diff --git
a/credential-cache.c
b/credential-cache.c
index 193301877f1ee29f54c2da0b933d9b7fe10f157a..9a03792c7de109e957a1f01924c4f66ba87b5c87 100644
(file)
--- a/
credential-cache.c
+++ b/
credential-cache.c
@@
-72,7
+72,7
@@
static void do_cache(const char *socket, const char *action, int timeout,
}
if (send_request(socket, &buf) < 0) {
- if (errno != ENOENT)
+ if (errno != ENOENT
&& errno != ECONNREFUSED
)
die_errno("unable to connect to cache daemon");
if (flags & FLAG_SPAWN) {
spawn_daemon(socket);