1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

FALSE -> False

This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent af24b1036c
commit dbdbf7cd07

View File

@ -7104,7 +7104,7 @@ static WERROR getprintprocessordirectory_level_1(UNISTR2 *name,
unistr2_to_ascii(long_archi, environment, sizeof(long_archi)-1);
if (get_short_archi(short_archi, long_archi)==FALSE)
if (get_short_archi(short_archi, long_archi)==False)
return WERR_INVALID_ENVIRONMENT;
if((info=(PRINTPROCESSOR_DIRECTORY_1 *)malloc(sizeof(PRINTPROCESSOR_DIRECTORY_1))) == NULL)