diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-01-20 12:51:41 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-01-20 12:51:41 +0000 |
commit | 929f916c2b8c721c0394f7bc4935ad2efd314309 (patch) | |
tree | 2044defc6f9e584d3cadb1b2634302866d2adfce /security/nessus-devel/files | |
parent | Plone is a Zope product - add it to zope category. (diff) |
Upgrade to 1.3.1.
PR: ports/47244
Submitted by: maintainer
Diffstat (limited to 'security/nessus-devel/files')
-rw-r--r-- | security/nessus-devel/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/nessus-devel/files/patch-ac b/security/nessus-devel/files/patch-ac new file mode 100644 index 000000000000..d1d3ec4f6d9f --- /dev/null +++ b/security/nessus-devel/files/patch-ac @@ -0,0 +1,11 @@ +--- nessusd/pluginscheduler.c.orig Sat Jan 18 16:17:57 2003 ++++ nessusd/pluginscheduler.c Mon Jan 20 13:04:20 2003 +@@ -366,7 +366,7 @@ + case NULL : + plugin_set_running_state(l->plugin->value, PLUGIN_STATUS_RUNNING); + return l->plugin; +- case PLUG_RUNNING: ++ case (int) PLUG_RUNNING: + /* One of the dependencie is still running */ + flag ++; + break; |