]> git.sur5r.net Git - openldap/commitdiff
Cleanup prev commit
authorHoward Chu <hyc@openldap.org>
Mon, 26 Oct 2009 19:30:42 +0000 (19:30 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 26 Oct 2009 19:30:42 +0000 (19:30 +0000)
include/ldap_pvt.h

index bcf0f161a260d80f7d4691932343a54d749bd4c6..4798ce1226b95bd7ba203891f7ef2ac68aa86f3b 100644 (file)
@@ -297,14 +297,14 @@ struct sb_sasl_generic_data {
        const struct sb_sasl_generic_ops        *ops;
        void                                    *ops_private;
        Sockbuf_IO_Desc                         *sbiod;
-       int                                     flags;
-#define LDAP_PVT_SASL_PARTIAL_WRITE    1
        ber_len_t                               min_send;
        ber_len_t                               max_send;
        ber_len_t                               max_recv;
        Sockbuf_Buf                             sec_buf_in;
        Sockbuf_Buf                             buf_in;
        Sockbuf_Buf                             buf_out;
+       int                                     flags;
+#define LDAP_PVT_SASL_PARTIAL_WRITE    1
 };
  
 #ifndef LDAP_PVT_SASL_LOCAL_SSF