You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Chris Darroch (JIRA)" <ji...@apache.org> on 2009/07/14 19:45:14 UTC

[jira] Created: (ZOOKEEPER-468) avoid compile warning in send_auth_info()

avoid compile warning in send_auth_info()
-----------------------------------------

                 Key: ZOOKEEPER-468
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-468
             Project: Zookeeper
          Issue Type: Bug
          Components: c client
    Affects Versions: 3.2.0
            Reporter: Chris Darroch
             Fix For: 3.2.1
         Attachments: ZOOKEEPER-468.patch

Older compilers may complain that rc may be used without initialization in send_auth_info(), if -Wall is specified.  The fix is a simple initialization.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-468) avoid compile warning in send_auth_info()

Posted by "Chris Darroch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Darroch updated ZOOKEEPER-468:
------------------------------------

    Priority: Minor  (was: Major)

> avoid compile warning in send_auth_info()
> -----------------------------------------
>
>                 Key: ZOOKEEPER-468
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-468
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1
>
>         Attachments: ZOOKEEPER-468.patch
>
>
> Older compilers may complain that rc may be used without initialization in send_auth_info(), if -Wall is specified.  The fix is a simple initialization.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-468) avoid compile warning in send_auth_info()

Posted by "Chris Darroch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Darroch updated ZOOKEEPER-468:
------------------------------------

    Attachment: ZOOKEEPER-468.patch

> avoid compile warning in send_auth_info()
> -----------------------------------------
>
>                 Key: ZOOKEEPER-468
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-468
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>             Fix For: 3.2.1
>
>         Attachments: ZOOKEEPER-468.patch
>
>
> Older compilers may complain that rc may be used without initialization in send_auth_info(), if -Wall is specified.  The fix is a simple initialization.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-468) avoid compile warning in send_auth_info()

Posted by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavio Paiva Junqueira updated ZOOKEEPER-468:
---------------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Chris.

> avoid compile warning in send_auth_info()
> -----------------------------------------
>
>                 Key: ZOOKEEPER-468
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-468
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1
>
>         Attachments: ZOOKEEPER-468.patch
>
>
> Older compilers may complain that rc may be used without initialization in send_auth_info(), if -Wall is specified.  The fix is a simple initialization.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (ZOOKEEPER-468) avoid compile warning in send_auth_info()

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt reopened ZOOKEEPER-468:
------------------------------------


afaict this was only committed to the trunk as:
New Revision: 794704

It should have been committed to both trunk and 3.2

reopening so that it can be committed to the 3.2 branch

> avoid compile warning in send_auth_info()
> -----------------------------------------
>
>                 Key: ZOOKEEPER-468
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-468
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1
>
>         Attachments: ZOOKEEPER-468.patch
>
>
> Older compilers may complain that rc may be used without initialization in send_auth_info(), if -Wall is specified.  The fix is a simple initialization.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-468) avoid compile warning in send_auth_info()

Posted by "Chris Darroch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Darroch updated ZOOKEEPER-468:
------------------------------------

    Release Note: Fix minor compile warning in send_auth_info().
          Status: Patch Available  (was: Open)

> avoid compile warning in send_auth_info()
> -----------------------------------------
>
>                 Key: ZOOKEEPER-468
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-468
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>             Fix For: 3.2.1
>
>         Attachments: ZOOKEEPER-468.patch
>
>
> Older compilers may complain that rc may be used without initialization in send_auth_info(), if -Wall is specified.  The fix is a simple initialization.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-468) avoid compile warning in send_auth_info()

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735505#action_12735505 ] 

Hudson commented on ZOOKEEPER-468:
----------------------------------

Integrated in ZooKeeper-trunk #393 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/393/])
    

> avoid compile warning in send_auth_info()
> -----------------------------------------
>
>                 Key: ZOOKEEPER-468
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-468
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1, 3.3.0
>
>         Attachments: ZOOKEEPER-468.patch
>
>
> Older compilers may complain that rc may be used without initialization in send_auth_info(), if -Wall is specified.  The fix is a simple initialization.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ZOOKEEPER-468) avoid compile warning in send_auth_info()

Posted by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavio Paiva Junqueira resolved ZOOKEEPER-468.
----------------------------------------------

    Resolution: Fixed

Committed to 3.2 branch as well (revision 794765). Thanks for the reminder, Pat.

> avoid compile warning in send_auth_info()
> -----------------------------------------
>
>                 Key: ZOOKEEPER-468
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-468
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1, 3.3.0
>
>         Attachments: ZOOKEEPER-468.patch
>
>
> Older compilers may complain that rc may be used without initialization in send_auth_info(), if -Wall is specified.  The fix is a simple initialization.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-468) avoid compile warning in send_auth_info()

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated ZOOKEEPER-468:
------------------------------------

    Assignee: Chris Darroch

> avoid compile warning in send_auth_info()
> -----------------------------------------
>
>                 Key: ZOOKEEPER-468
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-468
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1
>
>         Attachments: ZOOKEEPER-468.patch
>
>
> Older compilers may complain that rc may be used without initialization in send_auth_info(), if -Wall is specified.  The fix is a simple initialization.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-468) avoid compile warning in send_auth_info()

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-468:
-----------------------------------

    Fix Version/s: 3.3.0

> avoid compile warning in send_auth_info()
> -----------------------------------------
>
>                 Key: ZOOKEEPER-468
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-468
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1, 3.3.0
>
>         Attachments: ZOOKEEPER-468.patch
>
>
> Older compilers may complain that rc may be used without initialization in send_auth_info(), if -Wall is specified.  The fix is a simple initialization.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.