aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nefu/files/patch-publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nefu/files/patch-publish.c')
-rw-r--r--net-mgmt/nefu/files/patch-publish.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/nefu/files/patch-publish.c b/net-mgmt/nefu/files/patch-publish.c
new file mode 100644
index 000000000000..7f1d3f91f253
--- /dev/null
+++ b/net-mgmt/nefu/files/patch-publish.c
@@ -0,0 +1,15 @@
+--- publish.c 2005-08-01 16:08:43.000000000 +0200
++++ publish.c 2008-06-24 14:11:41.000000000 +0200
+@@ -750,7 +750,11 @@
+ return( 1 );
+ }
+
+- return( html_plan( s ));
++ if ( nefu_html_dir != NULL ) {
++ return( html_plan( s ));
++ }
++
++ return ( 0 );
+ }
+
+