Configure and test modification for better Freebsd port
This commit is contained in:
parent
fe1aeda4f2
commit
8c18f2a86d
12 changed files with 31 additions and 29 deletions
|
|
@ -509,7 +509,7 @@ rpc_callback_register(clicon_handle h,
|
|||
char *namespace,
|
||||
char *name)
|
||||
{
|
||||
rpc_callback_t *rc;
|
||||
rpc_callback_t *rc = NULL;
|
||||
|
||||
if (name == NULL || namespace == NULL){
|
||||
clicon_err(OE_DB, EINVAL, "name or namespace NULL");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue