]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - nest/password.c
Obvious bugs in authentication fixed.
[thirdparty/bird.git] / nest / password.c
index f0f433abe8df25c24aea612be4529f33eec975c1..6a02028732e1987caf3378e962e50880da2c18ca 100644 (file)
@@ -35,6 +35,7 @@ get_best_password(struct password_item *head, int flags)
       good = cur;
       best = head;
     }
+    head=head->next;
   }
   return best;
 }