=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/rdist.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- src/usr.bin/rdist/rdist.c 2015/01/20 09:00:16 1.29 +++ src/usr.bin/rdist/rdist.c 2015/02/08 23:40:34 1.30 @@ -1,4 +1,4 @@ -/* $OpenBSD: rdist.c,v 1.29 2015/01/20 09:00:16 guenther Exp $ */ +/* $OpenBSD: rdist.c,v 1.30 2015/02/08 23:40:34 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -189,11 +189,11 @@ break; case 'c': - cmdargs++; + cmdargs = 1; break; case 'n': - nflag++; + nflag = 1; break; case 'V':