Module: kamailio Branch: master Commit: ccb77f2d7f69d6a2f309ea7c4f16ba6892a4785a URL: https://github.com/kamailio/kamailio/commit/ccb77f2d7f69d6a2f309ea7c4f16ba68...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@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/ccb77f2d7f69d6a2f309ea7c4f16ba68... Patch: https://github.com/kamailio/kamailio/commit/ccb77f2d7f69d6a2f309ea7c4f16ba68...
---
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