~vcs-imports/reprepro/trunk

« back to all changes in this revision

Viewing changes to uploaderslist.c

  • Committer: Bernhard R. Link
  • Date: 2016-12-28 15:50:42 UTC
  • mfrom: (462.3.2)
  • Revision ID: git-v1:9f408a164edf32cad2f5737579fb4871f6fe211b
Tags: reprepro-debian-5.1.1-1
change version to 5.1.1-1 (unstable)
new bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
437
437
                                        return uc_ACCEPTED;
438
438
                                c->current = c->current->next_if_true;
439
439
                        } else {
440
 
                                /* empty set fullfills all conditions,
 
440
                                /* empty set fulfills all conditions,
441
441
                                   but not an exists condition */
442
442
                                switch (c->current->needs) {
443
443
                                        case needs_any:
922
922
                        /* everything in current scope that made it fail
923
923
                         * now makes it check this: (currently that will
924
924
                         * only be true at most for c == last, but with
925
 
                         * parantheses this all will be needed) */
 
925
                         * parentheses this all will be needed) */
926
926
                        for (c = or_scope ; c != NULL ; c = c->next) {
927
927
                                if (c->next_if_true == fallback)
928
928
                                        c->next_if_true = n;