List Info

Thread: Small bug. (SipRegistrarConnection.java)




Small bug. (SipRegistrarConnection.java)
user name
2007-08-20 16:17:06
 
Hello all,
 
In SipRegistrarConnection.java:
    //OK
 ;       if (response.getStatusCode() == Response.OK) {
       ;     processOK(clientTransaction, response);
        }
       ; //NOT_IMPLEMENTED
        else if (response.getStatusCode() == Response.OK) {
       ;     processNotImplemented(clientTransaction, response);
        }
 
Which should be:
 
    //OK
 ;       if (response.getStatusCode() == Response.OK) {
       ;     processOK(clientTransaction, response);
        }
       ; //NOT_IMPLEMENTED
        else if (response.getStatusCode() == Response.NOT_IMPLEMENTED) {
       ;     processNotImplemented(clientTransaction, response);
        }
 
mik.
Re: Small bug. (SipRegistrarConnection.java)
user name
2007-08-27 20:18:10
Hi Michael,

Got it. Applied and committed.

I wanted to ack but I couldn't find you complete name or
affiliation
anywhere. Could you please send them over when you have the
time (if you
are interested of course.)

Emil

mik wrote:
>  
> Hello all,
>  
> In SipRegistrarConnection.java:
>     //OK
>         if (response.getStatusCode() == Response.OK) {
>             processOK(clientTransaction, response);
>         }
>         //NOT_IMPLEMENTED
>         else if (response.getStatusCode() ==
Response.OK) {
>             processNotImplemented(clientTransaction,
response);
>         }
>  
> Which should be:
>  
>     //OK
>         if (response.getStatusCode() == Response.OK) {
>             processOK(clientTransaction, response);
>         }
>         //NOT_IMPLEMENTED
>         else if (response.getStatusCode() ==
Response.NOT_IMPLEMENTED) {
>             processNotImplemented(clientTransaction,
response);
>         }
>  
> mik.

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribesip-communicator.dev.java.net
For additional commands, e-mail: dev-helpsip-communicator.dev.java.net


[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )