View | Details | Raw Unified | Return to bug 160504 | Differences between
and this patch

Collapse All | Expand All

(-)300.statistics (-1 / +1 lines)
Lines 171-177 Link Here
171
171
172
172
173
	# Make the request	
173
	# Make the request	
174
	string_length=`echo ${query_string} | wc -m` 
174
	string_length=`echo ${query_string} | wc -m | sed 's/^ *//'`
175
	string_length=`expr ${string_length} - 1`
175
	string_length=`expr ${string_length} - 1`
176
176
177
	echo "POST ${url_prefix}/scripts/report_ports.php HTTP/1.0
177
	echo "POST ${url_prefix}/scripts/report_ports.php HTTP/1.0

Return to bug 160504