diff options
author | Stef Walter <stef@memberwebs.com> | 2010-02-14 23:17:46 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2010-02-14 23:17:46 +0000 |
commit | 1ea379f9585bed1ed6ba5e58617fc4a99a093aee (patch) | |
tree | aaf8fadb950edc3762a5cf5eac2879e21758c27c /plugin | |
parent | abaf9edcb9e7d88aac567c2d978e2f698c05b11b (diff) |
An old outstanding commit, I forgot to commit earlier.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/suffix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/suffix.c b/plugin/suffix.c index 3500624..453e87d 100644 --- a/plugin/suffix.c +++ b/plugin/suffix.c @@ -183,7 +183,7 @@ check_suffix_constraints (Slapi_PBlock *pb, struct berval **suffixes, struct ber for (value = *values; value; value = *(++values)) { found = 0; - for (suffix = suffixes; suffix; ++suffix) { + for (suffix = suffixes; *suffix; ++suffix) { if (has_suffix (value, *suffix, &suffix_delimiter)) { found = 1; break; |