Move the assert to the correct location.
commite6311902536271e1d5bf909607336fd155e23656
authorWouter Verhelst <w@uter.be>
Tue, 3 Apr 2018 10:47:41 +0000 (3 12:47 +0200)
committerWouter Verhelst <w@uter.be>
Tue, 3 Apr 2018 10:50:51 +0000 (3 12:50 +0200)
tree7f13f718f60552337c190031a0eee088a0f919a1
parent3c81389684bc2a4c86b4a744e8e97c6da354c44e
Move the assert to the correct location.

We assert that we're only dealing with AF_INET and AF_INET6 here, but it
needs to be true for every address we receive, not just the first one.

Coverity CID #1458574 and 1458573
nbdsrv.c