Module: kamailio Branch: master Commit: cc97adb901b0682bfe662482a4b0309d3d5e4635 URL: https://github.com/kamailio/kamailio/commit/cc97adb901b0682bfe662482a4b0309d...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2015-01-09T21:34:13+01:00
exec Copying quote from README just to make a point.
---
Modified: modules/exec/kill.c
---
Diff: https://github.com/kamailio/kamailio/commit/cc97adb901b0682bfe662482a4b0309d... Patch: https://github.com/kamailio/kamailio/commit/cc97adb901b0682bfe662482a4b0309d...
---
diff --git a/modules/exec/kill.c b/modules/exec/kill.c index 9caa727..51c948e 100644 --- a/modules/exec/kill.c +++ b/modules/exec/kill.c @@ -37,7 +37,8 @@ * and last but not least -- we don't know the child pid (we use popen) * so we cannot close anyway * - * + * From the README: + * (There is kill.c but it is not used along with the current mechanisms based on popen. Besides that kill.c is ugly). */