You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4184
-- Commit Summary --
* fix typo on sanity checks module
-- File Changes --
M src/modules/sanity/sanity.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4184.patch https://github.com/kamailio/kamailio/pull/4184.diff
Merged #4184 into master.
henningw left a comment (kamailio/kamailio#4184)
@Ozzyboshi Thank you, it was already merged. Just a small note, in case you create more PRs in the future, please format the commit a bit different. It should have the module name in the front, e.g. sanity: fix typo..
linuxmaniac left a comment (kamailio/kamailio#4184)
@henningw my bad. I didn't noticed the commit message missing the proper format. I've to introduce a check for that.
henningw left a comment (kamailio/kamailio#4184)
@linuxmaniac Thank you, great idea with the check!
linuxmaniac left a comment (kamailio/kamailio#4184)
@linuxmaniac Thank you, great idea with the check!
@henningw implemented at https://github.com/kamailio/kamailio/commit/d062d9a1d5dc1a73c51994ece0703fa7...