Fix for CVE-2009-2906.
[samba.git] / source / include / smb.h
index 7484efd1925f3d39aaa0b8f18845cc3d11346eb7..e512add4be2dbd2d727652a49bdfb42fa6024dac 100644 (file)
@@ -759,6 +759,7 @@ struct pending_message_list {
        struct pending_message_list *next, *prev;
        struct timeval request_time; /* When was this first issued? */
        struct timeval end_time; /* When does this time out? */
+       bool processed;
        DATA_BLOB buf;
        DATA_BLOB private_data;
 };