1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Fix copy-pasto in contrib/auth_delay/meson.build variable name.

This commit is contained in:
Noah Misch
2023-04-02 09:31:10 -07:00
parent eaa1dd131c
commit ab73291d26

View File

@ -10,8 +10,8 @@ if host_system == 'windows'
'--FILEDESC', 'auth_delay - delay authentication failure reports',]) '--FILEDESC', 'auth_delay - delay authentication failure reports',])
endif endif
autoinc = shared_module('auth_delay', auth_delay = shared_module('auth_delay',
auth_delay_sources, auth_delay_sources,
kwargs: contrib_mod_args, kwargs: contrib_mod_args,
) )
contrib_targets += autoinc contrib_targets += auth_delay