]> git.ozlabs.org Git - ccan-lca-2011.git/commit
lca2011: valgrind catches an error for us.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 21 Jan 2011 04:42:21 +0000 (15:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 21 Jan 2011 04:42:21 +0000 (15:12 +1030)
commite78c302eef5bf006cd0994c03a98b1e1c078b67b
tree02f69e0588bc728c8c7beeebfa824c25b8d515c4
parent9dea47ccb8dacf364bf15f4e30f871ab455b6e04
lca2011: valgrind catches an error for us.

When we moved the clients[] array into oserver, we didn't initialize it.
Before, it was a static, so implicitly set to NULL.
ccan/oserver/_info
ccan/oserver/oserver.c