On Fri, 17 May 2013 17:27:02 +0800 Peng Haitao <penght@xxxxxxxxxxxxxx> wrote: > When print version number, the exit code should be 0 > and syslog() should not send "Negating key" to the system logger. > > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > cifs.upcall.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/cifs.upcall.c b/cifs.upcall.c > index 12d5900..6c0b9de 100644 > --- a/cifs.upcall.c > +++ b/cifs.upcall.c > @@ -857,6 +857,7 @@ int main(const int argc, char *const argv[]) > legacy_uid++; > break; > case 'v': > + rc = 0; > printf("version: %s\n", VERSION); > goto out; > default: Merged... -- Jeff Layton <jlayton@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html