From: Ronnie Sahlberg Date: Sun, 6 May 2007 02:46:56 +0000 (+1000) Subject: update a comment to be more desciptive X-Git-Tag: tevent-0.9.20~348^2~2768^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c438a72568676335718f6d6ef4c2a9ce46bb038;p=thirdparty%2Fsamba.git update a comment to be more desciptive (This used to be ctdb commit 96082c54d830974bf9a4d5bad33ad60379a85798) --- diff --git a/ctdb/direct/recoverd.c b/ctdb/direct/recoverd.c index 3eb3611f933..afc20f517e5 100644 --- a/ctdb/direct/recoverd.c +++ b/ctdb/direct/recoverd.c @@ -386,7 +386,7 @@ static int do_recovery(struct ctdb_context *ctdb, struct event_context *ev, - /* build a new vnn map */ + /* build a new vnn map with all the currently active nodes */ vnnmap = talloc_zero_size(mem_ctx, offsetof(struct ctdb_vnn_map, map) + 4*num_active); if (vnnmap == NULL) { DEBUG(0,(__location__ " Unable to allocate vnn_map structure\n"));