summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/psm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psm.c b/lib/psm.c
index abf19cf2c..5e3724c8d 100644
--- a/lib/psm.c
+++ b/lib/psm.c
@@ -486,8 +486,8 @@ static rpmRC runLuaScript(rpmpsm psm, Header h, rpmTag stag, ARGV_t argv,
{
rpmRC rc = RPMRC_FAIL;
int warn_only = 0;
-#ifdef WITH_LUA
const rpmts ts = psm->ts;
+#ifdef WITH_LUA
char *nevra, *sname = NULL;
int rootFd = -1;
int xx;