* Fixed: [namespace prefix nc is not supported](https://github.com/clicon/clixon/issues/143)

* Added more sanity checks on incoming top-level rpc and hello messages, including verifying top-level namespace
This commit is contained in:
Olof hagsand 2020-10-17 18:04:46 +02:00
parent 46bee9e358
commit a77cd27abb
8 changed files with 280 additions and 110 deletions

View file

@ -222,7 +222,7 @@ if [ $BE -ne 0 ]; then
err
fi
new "start backend"
start_backend -s running -f $cfg
start_backend -s init -f $cfg
fi
new "waiting"