mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Fix copy-pasto in contrib/auth_delay/meson.build variable name.
This commit is contained in:
parent
eaa1dd131c
commit
ab73291d26
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user