socsvn commit: r304462 - soc2016/yuanxunzhang/head/usr.sbin/eaps

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Fri Jun 3 05:09:53 UTC 2016


Author: yuanxunzhang
Date: Fri Jun  3 05:09:51 2016
New Revision: 304462
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304462

Log:
  freeBSD:EAPS development

Modified:
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 05:07:41 2016	(r304461)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 05:09:51 2016	(r304462)
@@ -79,7 +79,7 @@
 main(int argc, char **argv)
 {
 	int retval = 0;
-	if (argc < 3)
+	if (argc < 2)
 		usage(NULL);
 
 	if (*(++argv) != NULL)


More information about the svn-soc-all mailing list