]> git.sur5r.net Git - openldap/commitdiff
Prev commit: flags should be unsigned
authorHoward Chu <hyc@openldap.org>
Mon, 26 Oct 2009 19:31:36 +0000 (19:31 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 26 Oct 2009 19:31:36 +0000 (19:31 +0000)
include/ldap_pvt.h

index 4798ce1226b95bd7ba203891f7ef2ac68aa86f3b..50a84b2c6e475218a059f47ef149dcf43ebe79f8 100644 (file)
@@ -303,7 +303,7 @@ struct sb_sasl_generic_data {
        Sockbuf_Buf                             sec_buf_in;
        Sockbuf_Buf                             buf_in;
        Sockbuf_Buf                             buf_out;
-       int                                     flags;
+       unsigned int                            flags;
 #define LDAP_PVT_SASL_PARTIAL_WRITE    1
 };