Signed-off-by: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx> --- credential-cache--daemon.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/credential-cache--daemon.c b/credential-cache--daemon.c index ee2c15a..c5fb1b2 100644 --- a/credential-cache--daemon.c +++ b/credential-cache--daemon.c @@ -230,6 +230,7 @@ static void serve_cache(const char *socket_path) { int fd; + unlink(socket_path); fd = unix_stream_listen(socket_path); if (fd < 0) die_errno("unable to bind to '%s'", socket_path); -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html