Module: kamailio
Branch: 5.5
Commit: dbd8e3899335eb8795763fd52b1f91aebfad1c92
URL: https://github.com/kamailio/kamailio/commit/dbd8e3899335eb8795763fd52b1f91a…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-05-26T08:14:04+02:00
snmpstats: Fix typo in MIB
Reported by arkadiam on Github
(cherry picked from commit 7f017707c91659641ce9ca87ee4149b2e39379f7)
---
Modified: src/modules/snmpstats/mibs/KAMAILIO-SIP-SERVER-MIB
---
Diff: https://github.com/kamailio/kamailio/commit/dbd8e3899335eb8795763fd52b1f91a…
Patch: https://github.com/kamailio/kamailio/commit/dbd8e3899335eb8795763fd52b1f91a…
---
diff --git a/src/modules/snmpstats/mibs/KAMAILIO-SIP-SERVER-MIB b/src/modules/snmpstats/mibs/KAMAILIO-SIP-SERVER-MIB
index 3351a9e424..2aaddf01ca 100644
--- a/src/modules/snmpstats/mibs/KAMAILIO-SIP-SERVER-MIB
+++ b/src/modules/snmpstats/mibs/KAMAILIO-SIP-SERVER-MIB
@@ -562,7 +562,7 @@ KAMAILIO-SIP-SERVER-MIB DEFINITIONS ::= BEGIN
set the row-status to createAndGo.
Then the client can do an SNMP GET on this table with the
- aquired index. If the row-status is 'active', then the
+ acquired index. If the row-status is 'active', then the
kamailioSIPRegUserIndex is the index into the
kamailioSIPRegUserTable that has the specified URI (0 zero
indicates no such URI). The client should then set the
#### Pre-Submission Checklist
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [x] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
There's an regression in 5.5 on `pike.so`. After c9dc0336a33a0ecfe776975be7fbfab8f3c91b48 the module has stopped to work. `mark_node()` had returned a NULL on every IP-address.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2744
-- Commit Summary --
* pike: fixed regression
-- File Changes --
M src/modules/pike/ip_tree.c (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2744.patchhttps://github.com/kamailio/kamailio/pull/2744.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2744
#### Pre-Submission Checklist
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [x] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX
#### Description
There's an regression after 42228552b72267786561704f120e3da3aac5fd89
`pike.so` was affected by the commit. RPC `pike.top` and `pike.list` commands didn't work.
`str_casesearch()` had returned NULL while text and needle were equal.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2743
-- Commit Summary --
* core: ut - fixed str_casesearch()
-- File Changes --
M src/core/ut.c (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2743.patchhttps://github.com/kamailio/kamailio/pull/2743.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2743