Github user zizhong commented on the pull request:

    https://github.com/apache/trafficserver/pull/301#issuecomment-164656248
  
    @jpeach , I noticed you have changed the some details of the last commit. 
Thanks for your help. However, there is a bug that you introduced with the 
changes.
    The line below
    ```if (rb->checkForUserUpdate(rb->isVersioned() ? ROLLBACK_CHECK_ONLY : 
ROLLBACK_CHECK_AND_UPDATE))```
    should be
    ```if (rb->checkForUserUpdate(!rb->isVersioned() ? ROLLBACK_CHECK_ONLY : 
ROLLBACK_CHECK_AND_UPDATE))```.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to