util: ctdb_fork() should call ctdb_set_child_info()
authorMartin Schwenke <martin@meltin.net>
Mon, 15 Apr 2013 06:14:40 +0000 (16:14 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Thu, 18 Apr 2013 03:18:29 +0000 (13:18 +1000)
commit7aa0a49cbd203daca690e4ea3f4b66a8352e35c9
treed24197e3fe304e59622961e6ba0888d208e75ec6
parent4ede763f3b673cad17536f495cc8d80f4f014b97
util: ctdb_fork() should call ctdb_set_child_info()

For now we pass NULL as the child name.  Later we'll give ctdb_fork()
and friends an extra argument and pass that through.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Pair-programmed-with: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Michael Adam <obnox@samba.org>
(This used to be ctdb commit ba8866d40125bab06391a17d48ff06a4a9f9da89)
ctdb/common/ctdb_fork.c