[1934] in Moira Commits
/svn/moira r4073 - trunk/moira/clients/chpobox
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Tue Feb 28 12:02:48 2012
Date: Tue, 28 Feb 2012 12:02:47 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201202281702.q1SH2lrl012333@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: zacheiss
Date: 2012-02-28 12:02:47 -0500 (Tue, 28 Feb 2012)
New Revision: 4073
Modified:
trunk/moira/clients/chpobox/chpobox.c
Log:
You can legitimately use more than 5 arguments here.
Modified: trunk/moira/clients/chpobox/chpobox.c
===================================================================
--- trunk/moira/clients/chpobox/chpobox.c 2012-02-08 19:57:50 UTC (rev 4072)
+++ trunk/moira/clients/chpobox/chpobox.c 2012-02-28 17:02:47 UTC (rev 4073)
@@ -63,7 +63,7 @@
else
whoami++;
- if (argc > 5)
+ if (argc > 7)
usage();
while (++arg - argv < argc)