RIP BOOL. Convert BOOL -> bool. I found a few interesting
[nivanova/samba-autobuild/.git] / source3 / lib / version.c
index 9835ad4a9c6aa9d21188ebe84cb9af9edd33f00f..cee06fc58534d9a05a1464fdbeb5b4ecbbbe2a48 100644 (file)
@@ -26,7 +26,7 @@ const char *samba_version_string(void)
        return SAMBA_VERSION_OFFICIAL_STRING;
 #else
        static fstring samba_version;
-       static BOOL init_samba_version;
+       static bool init_samba_version;
 #ifdef SAMBA_VENDOR_PATCH
        fstring tmp_version;
        size_t remaining;