1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Fix typos in auth change.

Jeremy.
(This used to be commit 440e9f5b51)
This commit is contained in:
Jeremy Allison 2007-12-06 18:52:36 -08:00
parent 761cd24982
commit 79c3aef7ea

View File

@ -265,7 +265,7 @@ static bool print_tree(struct user_auth_info *user_info)
int main(int argc,char *argv[])
{
TALLOC_CTX *frame = talloc_stackframe();
struct user_auth_info local_user_info;
struct user_auth_info local_auth_info;
struct poptOption long_options[] = {
POPT_AUTOHELP
{ "broadcast", 'b', POPT_ARG_VAL, &use_bcast, True, "Use broadcast instead of using the master browser" },
@ -305,7 +305,7 @@ static bool print_tree(struct user_auth_info *user_info)
/* Now do our stuff */
if (!get_cmdline_auth_info_copy(&local_user_info)) {
if (!get_cmdline_auth_info_copy(&local_auth_info)) {
return 1;
}