File: disable_debug.patch

package info (click to toggle)
tcl-xmlrpc 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 208 kB
  • ctags: 129
  • sloc: tcl: 2,385; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: William Joye <wjoye@cfa.harvard.edu>
Description: Disable the debug flag
 This was taken from the changes in the saods9 package.
--- a/xmlrpc.tcl
+++ b/xmlrpc.tcl
@@ -76,7 +76,7 @@
 
 	variable	response	"";		# response to return
 	variable	acceptfd	"";		# socket to listen on
-	variable	DEBUG		1;		# debug
+	variable	DEBUG		0;		# debug
 }
 
 # Given a port, create a new socket