summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxcommon
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-22 14:01:27 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-22 14:01:27 +0000
commit674e399c0e58a78d3308df9e345419cf53008144 (patch)
treeb8ed1eb9e605c27924383783138d873ea9234e3b /src/libs/zbxcommon
parent397cf67462bd88e61cbf6f638854d8787f66c467 (diff)
downloadzabbix-674e399c0e58a78d3308df9e345419cf53008144.tar.gz
zabbix-674e399c0e58a78d3308df9e345419cf53008144.tar.xz
zabbix-674e399c0e58a78d3308df9e345419cf53008144.zip
- merged rev. 4636:463t of branches/1.4 (Eugene) [added numeric parameters support for trigger description ' .. ']
git-svn-id: svn://svn.zabbix.com/trunk@4639 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs/zbxcommon')
-rw-r--r--src/libs/zbxcommon/comms.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/zbxcommon/comms.c b/src/libs/zbxcommon/comms.c
index 4e43cf76..bc7f9bac 100644
--- a/src/libs/zbxcommon/comms.c
+++ b/src/libs/zbxcommon/comms.c
@@ -204,8 +204,6 @@ void *zbx_realloc(void *src, size_t size)
register int max_attempts;
void *ptr = NULL;
- assert(src);
-
/* zabbix_log(LOG_LEVEL_DEBUG,"In zbx_realloc(size:%d)", size); */
for(