mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
s3-utils: fix another -Wunused-but-set-variable build warning.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue May 31 05:18:42 CEST 2011 on sn-devel-104
This commit is contained in:
parent
6a6af31148
commit
4ac4ad2108
@ -365,15 +365,12 @@ static int DoDumpCommand(int argc, char **argv, bool debugflag, char *exename)
|
|||||||
{
|
{
|
||||||
ELOG_TDB *etdb;
|
ELOG_TDB *etdb;
|
||||||
TALLOC_CTX *mem_ctx = talloc_tos();
|
TALLOC_CTX *mem_ctx = talloc_tos();
|
||||||
const char *tdb_filename;
|
|
||||||
uint32_t count = 1;
|
uint32_t count = 1;
|
||||||
|
|
||||||
if (argc > 2) {
|
if (argc > 2) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
tdb_filename = argv[0];
|
|
||||||
|
|
||||||
if (argc > 1) {
|
if (argc > 1) {
|
||||||
count = atoi(argv[1]);
|
count = atoi(argv[1]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user