util: ctdb_fork() should call ctdb_set_child_info()
authorMartin Schwenke <martin@meltin.net>
Fri, 19 Apr 2013 04:54:03 +0000 (14:54 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 19 Apr 2013 06:27:09 +0000 (16:27 +1000)
commitf4c04ee072772450e269c71db3c6c0f4331537a8
treeb3f30534b544188ce6b5a60a547f54aca7d9197f
parentb90249874c45c291e25515286a81c3cfe1b0ca6f
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>
(backported from commit ba8866d40125bab06391a17d48ff06a4a9f9da89)
common/ctdb_util.c