summaryrefslogtreecommitdiff
path: root/lib/zclient.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-10-13 14:34:08 -0400
committerDonald Sharp <sharpd@nvidia.com>2021-10-13 14:34:08 -0400
commit2db57f563987d7b1f3fda58974f15e33a62b1b83 (patch)
tree509c61fdbbd0d6201af4fa46b4ac9800ca4dc277 /lib/zclient.c
parent2beaba8de9630b3bff2abdf1381295667d051302 (diff)
babeld: Prevent compiler warning about uninited value for n
the variable n, when used must have been set via the find_route_slot but the compiler in question is probably getting confused with the multiple levels of indention. Just get around the whole problem by setting n = 0 and being done with it. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/zclient.c')
0 files changed, 0 insertions, 0 deletions