Bug 33151

Summary: sbin/sysctl: unreachable and duplicated code [patch included]
Product: Base System Reporter: Thomas Quinot <thomas>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Thomas Quinot 2001-12-24 14:50:00 UTC
	* In parse(), when a value is given for a CTLTYPE_QUAD variable,
	  newval and newsize erroneously fail to be set because of an early "break".
	* show_var() contains code that duplicates the functionality of the
	  oidfmt() function.

How-To-Repeat: 	UTSL.
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 2001-12-30 10:33:44 UTC
State Changed
From-To: open->closed

committed, thanks!