https://bugzilla.samba.org/show_bug.cgi?id=1467
[EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-06-19 10:48 ------- You'll note that the loop is running in reverse, with "i" going from high to low. This means that "i < tag_table[targets[i].t]" will always be true for tags that are not NULL_TAG (since all the values came from prior iterations of the loop). So, I believe that the if you added can never be false. If you disagree with this analysis, please show me the mistake in my reasoning. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html