]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
fix typo in find_pattern_link
authorMichael Schroeder <mls@suse.de>
Wed, 16 Oct 2013 13:00:29 +0000 (15:00 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 16 Oct 2013 13:00:29 +0000 (15:00 +0200)
src/linkedpkg.c

index dc0a3baa02c4d6f803255b4f3d1d2c6991e44295..45a0c80b20dd682ae25ece85210584d76dc34d11 100644 (file)
@@ -219,7 +219,7 @@ find_pattern_link(Pool *pool, Solvable *s, Id *reqidp, Queue *qr, Id *prvidp, Qu
        {
          Solvable *s2 = pool->solvables + p;
          if (s2->repo == s->repo && s2->evr == s->evr && s2->vendor == s->vendor)
-           queue_push(qp, pp);
+           queue_push(qp, p);
        }
     }
   if (reqidp)