diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/popt_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/popt_common.c b/source3/lib/popt_common.c index eb3e2a455c..e8eca57fae 100644 --- a/source3/lib/popt_common.c +++ b/source3/lib/popt_common.c @@ -489,7 +489,6 @@ static void popt_common_credentials_callback(poptContext con, { struct user_auth_info *auth_info = talloc_get_type_abort( *((const char **)data), struct user_auth_info); - char *p; if (reason == POPT_CALLBACK_REASON_PRE) { set_cmdline_auth_info_username(auth_info, "GUEST"); |