git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9693259
)
Fix a pointless static
author
Volker Lendecke
<vl@samba.org>
Wed, 22 Apr 2009 09:54:13 +0000
(11:54 +0200)
committer
Volker Lendecke
<vl@samba.org>
Thu, 23 Apr 2009 11:46:29 +0000
(13:46 +0200)
source3/torture/torture.c
patch
|
blob
|
history
diff --git
a/source3/torture/torture.c
b/source3/torture/torture.c
index c6efa803fa8d77d6606693c67dbc7f68992ac139..49150c3521eb6227cea1b2cdaa2806341c06e316 100644
(file)
--- a/
source3/torture/torture.c
+++ b/
source3/torture/torture.c
@@
-3452,7
+3452,7
@@
static bool run_deletetest(int dummy)
*/
static bool run_properties(int dummy)
{
- st
atic st
ruct cli_state *cli;
+ struct cli_state *cli;
bool correct = True;
printf("starting properties test\n");