mwatts@redhat.com has uploaded this change for review.

View Change

CONFIG - fix for unknown block "rados_urls"

The logic in find_unused_blocks() to identify unused configuration
nodes relies on the "found" flag in the node beign set, but but it's
not possible for logic in conf_url_rados.c to set it. I've modified
config_GetBlockNode to unconditionally set this, since there doesn't
seem to be any valid reason to not set this flag right there.
As it turns out, conf_url_rados is the only user of this routine.

Change-Id: I4dd4bd5b3ffa6c44b6d2823885344fa662243519
Signed-off-by: Marcus Watts <mwatts@redhat.com>
---
M src/config_parsing/config_parsing.c
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/49/1235149/1

To view, visit change 1235149. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I4dd4bd5b3ffa6c44b6d2823885344fa662243519
Gerrit-Change-Number: 1235149
Gerrit-PatchSet: 1
Gerrit-Owner: mwatts@redhat.com