]> git.meshlink.io Git - meshlink/commit
Allow meshlink_open() to be called with a NULL name.
authorGuus Sliepen <guus@meshlink.io>
Sat, 11 Apr 2020 16:15:50 +0000 (18:15 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sat, 11 Apr 2020 16:15:50 +0000 (18:15 +0200)
commitfec95d1221c2d7e2059d6ba2fe244211ccee95ad
tree7369790d70021ac9bddb7052db4eac0b0f598b1f
parenta10895efa0919ff8e00d1ab732a8690fde2786da
Allow meshlink_open() to be called with a NULL name.

This will use the name used last time the MeshLink instance was initialized.
If there is no initialized instance at the given confbase, it will return
an error.

Opening an instance with a different name than the one in the configuration
files will now also result in an error.
src/meshlink.c
src/meshlink.h
test/basic.c
test/basicpp.cpp