Fix value overflow (one too many 'f's ).
[obnox/samba-ctdb.git] / source3 / winbindd / winbindd_cm.c
index 134b6da97d425e4cbeb6b66a54cd9294ba459344..d76fce7a51fe1d4b1d73735165b4cd053ec079fd 100644 (file)
@@ -1411,7 +1411,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);