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

Author: Henning Westerholt <h...@kamailio.org>
Committer: Henning Westerholt <h...@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


_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to