Fix missing #endif in found in build testing.

This commit is contained in:
Gregory Nutt 2019-02-11 13:31:53 -06:00
parent a64869aa67
commit 1a158a184e

View File

@ -112,3 +112,5 @@ errout:
return ret;
}
#endif /* CONFIG_NET && CONFIG_NSOCKET_DESCRPTORS > 0 */