Module: sems
Branch: master
Commit: 2e3fe4545ed3725491656654cddcd6ca994f299e
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=2e3fe4545ed3725491656654cddcd6ca994f299e

Author: Raphael Coeffic <[email protected]>
Committer: Raphael Coeffic <[email protected]>
Date:   Wed Feb 22 11:48:06 2012 +0100

c/f: clang warning.

---

 core/sip/resolver.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/sip/resolver.cpp b/core/sip/resolver.cpp
index 0527c12..51392de 100644
--- a/core/sip/resolver.cpp
+++ b/core/sip/resolver.cpp
@@ -188,7 +188,7 @@ public:
        // which have not been chosen yet
        int srv_lst_size=0;
        unsigned int used_mask=(1<<i);
-       while( (p==((srv_entry*)ip_vec[i])->p) ){
+       while( p==((srv_entry*)ip_vec[i])->p ){
            
            if(!(used_mask & h->srv_used)){
                w_sum += ((srv_entry*)ip_vec[i])->w;

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to