cleaned up string functions
This commit is contained in:
parent
75e1ea7c1c
commit
236b661e43
18 changed files with 245 additions and 427 deletions
|
|
@ -694,7 +694,7 @@ from_client_create_subscription(clicon_handle h,
|
|||
}
|
||||
}
|
||||
}
|
||||
if (client_subscription_add(ce, stream, MSG_NOTIFY_XML, filter) == NULL)
|
||||
if (client_subscription_add(ce, stream, FORMAT_XML, filter) == NULL)
|
||||
goto done;
|
||||
cprintf(cbret, "<rpc-reply><ok/></rpc-reply>");
|
||||
ok:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue