Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Nov 2008 15:35:24 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 152652 for review
Message-ID:  <200811081535.mA8FZOPI036687@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=152652

Change 152652 by hselasky@hselasky_laptop001 on 2008/11/08 15:35:00

	
	Fix printout of USB access restrictions.

Affected files ...

.. //depot/projects/usb/src/usr.sbin/usbconfig/usbconfig.c#7 edit

Differences ...

==== //depot/projects/usb/src/usr.sbin/usbconfig/usbconfig.c#7 (text+ko) ====

@@ -632,7 +632,7 @@
 			break;
 		case T_DUMP_ACCESS:
 			opt->got_dump_access = 1;
-			opt->got_any++;
+			opt->got_any += 2;
 			break;
 		case T_SUSPEND:
 			opt->got_suspend = 1;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811081535.mA8FZOPI036687>