[sr-dev] git:master:ccb77f2d: core: remove wrongly commited out-commented statement from pkg.h

Henning Westerholt hw at kamailio.org
Sat Dec 29 01:59:23 CET 2018


Module: kamailio
Branch: master
Commit: ccb77f2d7f69d6a2f309ea7c4f16ba6892a4785a
URL: https://github.com/kamailio/kamailio/commit/ccb77f2d7f69d6a2f309ea7c4f16ba6892a4785a

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2018-12-29T01:58:25+01:00

core: remove wrongly commited out-commented statement from pkg.h

---

Modified: src/core/mem/pkg.h

---

Diff:  https://github.com/kamailio/kamailio/commit/ccb77f2d7f69d6a2f309ea7c4f16ba6892a4785a.diff
Patch: https://github.com/kamailio/kamailio/commit/ccb77f2d7f69d6a2f309ea7c4f16ba6892a4785a.patch

---

diff --git a/src/core/mem/pkg.h b/src/core/mem/pkg.h
index 147208698f..6dad39f360 100644
--- a/src/core/mem/pkg.h
+++ b/src/core/mem/pkg.h
@@ -134,7 +134,6 @@ void pkg_print_manager(void);
 #define PKG_MEM_CRITICAL LM_CRIT("could not allocate private memory from pkg pool\n")
 
 #ifdef __SUNPRO_C
-//#define PKG_MEM_ERROR_FMT(...) LM_ERR("could not allocate private memory from pkg pool", __VA_ARGS__)
 #define PKG_MEM_ERROR_FMT(...) LM_ERR("could not allocate private memory from pkg pool" __VA_ARGS__)
 #define PKG_MEM_CRITICAL_FMT(...) LM_CRIT("could not allocate private memory from pkg pool" __VA_ARGS__)
 #else




More information about the sr-dev mailing list