diff options
author | Volker Lendecke <vl@samba.org> | 2013-06-11 19:41:30 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-06-11 21:52:09 +0200 |
commit | 4cd0e38fe0fa3432326fafd4baa845ec2483bb70 (patch) | |
tree | bb5ce9d5f07f01795492f1e177cc94e64ca439a8 /source3/lib | |
parent | 61f59d84ae41fd2101cce91287ec54efd207cf28 (diff) | |
download | samba-4cd0e38fe0fa3432326fafd4baa845ec2483bb70.tar.gz samba-4cd0e38fe0fa3432326fafd4baa845ec2483bb70.tar.bz2 samba-4cd0e38fe0fa3432326fafd4baa845ec2483bb70.zip |
lib: Remove an unused variable
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Jun 11 21:52:09 CEST 2013 on sn-devel-104
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"); |