]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.h
* SM_ flags for CtdlSaveMsgPointerInRoom() need to be a bit bucket, not an
[citadel.git] / citadel / msgbase.h
index 5db18749a2d34eff08482923c00b33105a096a3a..a87c01a4d7a677f75b94f32c99ed97f4255d2609 100644 (file)
@@ -14,7 +14,7 @@
  */
 #define SM_VERIFY_GOODNESS     1       /* Verify this is a real msg number */
 #define SM_DO_REPL_CHECK       2       /* Perform replication checks */
-#define SM_DONT_BUMP_REF       3       /* Don't bump reference count
+#define SM_DONT_BUMP_REF       4       /* Don't bump reference count
                                           (use with extreme care!!!!!!) */