Skip to content

Commit

Permalink
Adjustment for a newer version of the Cython and Zabbix 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vulogov committed Feb 18, 2016
1 parent d7a7d56 commit d887a90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/BUILD.sh
Expand Up @@ -20,7 +20,7 @@ if [ -z "$PY_LIB" ]; then
exit 1
fi

export ZBX_DIR=`find ../.. -type d -name zabbix-2.*|head -1`
export ZBX_DIR=`find ../.. -type d -name zabbix-*|head -1`
if [ -z "$ZBX_DIR" ]; then
echo "No Zabbix source tree found in $HOME"
exit 1
Expand Down
1 change: 0 additions & 1 deletion src/zlm_python.pyx 100644 → 100755
Expand Up @@ -447,4 +447,3 @@ cdef public ZBX_finish(object ctx):
log_warning("ZLM-python(Shutdown): Doing so.")
ctx["m"].shutdown()
log_warning("ZLM-python(Shutdown): CM manager is down.")
del ctx

0 comments on commit d887a90

Please sign in to comment.