diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-01-09 12:31:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 12:31:36 -0500 |
| commit | 22b439090cdef4525cae767e80d6898a3de5c6e4 (patch) | |
| tree | 34fc0a6235d2683ea67c842f50a6b1b1755c3995 /lib/mgmt_msg.c | |
| parent | 153ab6eb43c7a2a5450afe75a78c7489041300fb (diff) | |
| parent | e85ff7a1f20d2429bffa2922272194da7326783f (diff) | |
Merge pull request #15103 from LabNConsulting/chopps/oper-filter
Implement full XPath 1.0 functionality
Diffstat (limited to 'lib/mgmt_msg.c')
| -rw-r--r-- | lib/mgmt_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mgmt_msg.c b/lib/mgmt_msg.c index 99d000537c..782707b463 100644 --- a/lib/mgmt_msg.c +++ b/lib/mgmt_msg.c @@ -207,7 +207,7 @@ bool mgmt_msg_procbufs(struct mgmt_msg_state *ms, } /** - * Write data from a onto the socket, using streams that have been queued for + * Write data onto the socket, using streams that have been queued for * sending by mgmt_msg_send_msg. This function should be reschedulable. * * Args: |
