Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

1 file changed

+2
-2
lines changed

contrib/auth_delay/meson.build

+2-2
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

0 commit comments

Comments
 (0)