Fix value overflow (one too many 'f's ).
[idra/samba.git] / source3 / winbindd / winbindd_cm.c
index 42f33abf4067fbfbf8c46d4b7157c315a8acc06a..c692ffe75c84ebc2c412e632f66f6fd4bbdbf6e5 100644 (file)
@@ -1450,7 +1450,7 @@ static void store_current_dc_in_gencache(const char *domain_name,
                goto done;
        }
 
-       gencache_set(key, value, 0x7ffffffff);
+       gencache_set(key, value, 0x7fffffff);
 done:
        TALLOC_FREE(value);
        TALLOC_FREE(key);