From f4930b502a6ea404b0ab1d316584cf1d267e886b Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 19 Mar 2011 15:14:24 +0000 Subject: small code improvements git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1400 ef36b2f9-881f-0410-afb5-c4e39611909c --- common/expr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/expr.c b/common/expr.c index 36f3f3d..b5aaf5e 100644 --- a/common/expr.c +++ b/common/expr.c @@ -2,7 +2,7 @@ expr.c - limited shell-like expression parsing functions This file is part of the nss-pam-ldapd library. - Copyright (C) 2009, 2010 Arthur de Jong + Copyright (C) 2009, 2010, 2011 Arthur de Jong This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -221,6 +221,7 @@ SET *expr_vars(const char *str,SET *set) break; case '\\': /* escaped character, unescape */ i++; + /* no break needed here */ default: /* just skip */ i++; } -- cgit v1.2.3