mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 05:29:02 +00:00
Declare the function name we actually use.
It was nmap_update_svn_cmdline_create_auth_baton, but should be
nmap_update_svn_cmdline_setup_auth_baton.
This was missed in r27746, which otherwise was making the same change.
This was noticed by John Spencer.
http://seclists.org/nmap-dev/2012/q3/942
This commit is contained in:
@@ -39,13 +39,12 @@
|
|||||||
|
|
||||||
/* From svn_auth.c. */
|
/* From svn_auth.c. */
|
||||||
svn_error_t *
|
svn_error_t *
|
||||||
nmap_update_svn_cmdline_create_auth_baton(svn_auth_baton_t **ab,
|
nmap_update_svn_cmdline_setup_auth_baton(svn_auth_baton_t **ab,
|
||||||
svn_boolean_t non_interactive,
|
svn_boolean_t non_interactive,
|
||||||
const char *auth_username,
|
const char *auth_username,
|
||||||
const char *auth_password,
|
const char *auth_password,
|
||||||
const char *config_dir,
|
const char *config_dir,
|
||||||
svn_boolean_t no_auth_cache,
|
svn_boolean_t no_auth_cache,
|
||||||
svn_boolean_t trust_server_cert,
|
|
||||||
svn_config_t *cfg,
|
svn_config_t *cfg,
|
||||||
svn_cancel_func_t cancel_func,
|
svn_cancel_func_t cancel_func,
|
||||||
void *cancel_baton,
|
void *cancel_baton,
|
||||||
|
|||||||
Reference in New Issue
Block a user