This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 921af9c9865a3f54c388b0836f20c9ae3b30b247 Author: Justus Winter <[email protected]> Date: Fri Jun 5 18:31:57 2015 +0200 libdiskfs: do not print a message on ENOMEM * libdiskfs/node-cache.c (diskfs_node_iterate): Do not print a message on ENOMEM. --- libdiskfs/node-cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libdiskfs/node-cache.c b/libdiskfs/node-cache.c index 6b70da8..a76474a 100644 --- a/libdiskfs/node-cache.c +++ b/libdiskfs/node-cache.c @@ -199,7 +199,6 @@ diskfs_node_iterate (error_t (*fun)(struct node *)) if (node_list == NULL) { pthread_rwlock_unlock (&nodecache_lock); - error (0, 0, "unable to allocate temporary node table"); return ENOMEM; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
