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:
@ -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
|
||||||
|
Reference in New Issue
Block a user