8000 Fix copy-pasto in contrib/auth_delay/meson.build variable name. · postgres/postgres@ab73291 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab73291

Browse files
committed
Fix copy-pasto in contrib/auth_delay/meson.build variable name.
1 parent eaa1dd1 commit ab73291

File tree

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ if host_system == 'windows'
1010
'--FILEDESC', 'auth_delay - delay authentication failure reports',])
1111
endif
1212

13-
autoinc = shared_module('auth_delay',
13+
auth_delay = shared_module('auth_delay',
1414
auth_delay_sources,
1515
kwargs: contrib_mod_args,
1616
)
17-
contrib_targets += autoinc
17+
contrib_targets += auth_delay