]> git.meshlink.io Git - meshlink/commitdiff
Have meshlink_get_node() and _submesh() set MESHLINK_ENOENT when appropriate.
authorGuus Sliepen <guus@meshlink.io>
Fri, 4 Oct 2019 14:55:48 +0000 (16:55 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 4 Oct 2019 14:55:48 +0000 (16:55 +0200)
These functions can return NULL both when the parameters are invalid or if
the node or submesh does not exist, meshlink_errno must be set correctly
to distinguish between the two cases.


No differences found