This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 4a5f9f683e5446309a077f31d1bb8d8b77415ee2 Author: Justus Winter <[email protected]> Date: Fri May 23 09:54:10 2014 +0200 trans/mtab: fix initialization * trans/mtab.c (main): Fix initialization of mtab in one-shot mode. --- trans/mtab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trans/mtab.c b/trans/mtab.c index 8c9f8d3..df03b1d 100644 --- a/trans/mtab.c +++ b/trans/mtab.c @@ -255,7 +255,7 @@ main (int argc, char *argv[]) else { /* One-shot mode. */ - struct mtab mtab = { NULL, 0, 0 }; + struct mtab mtab = { .lock = PTHREAD_MUTEX_INITIALIZER }; err = mtab_populate (&mtab, target_path, insecure); if (err) error (5, err, "%s", target_path); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
