diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-07-03 11:03:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:06 -0500 |
commit | 75925d8098970fe53b4f8a6ae55f2ab5424b0479 (patch) | |
tree | e355ce59d88ef63459d34d40d53baeda601c0619 /source3/torture | |
parent | f5b4721d6d60bf3b2bb5081469465cc7ee7e17e6 (diff) | |
download | samba-75925d8098970fe53b4f8a6ae55f2ab5424b0479.tar.gz samba-75925d8098970fe53b4f8a6ae55f2ab5424b0479.tar.bz2 samba-75925d8098970fe53b4f8a6ae55f2ab5424b0479.zip |
r1328: Fix the build
(This used to be commit 49f3f0412fc3ce0e735455e63b39143765fdde82)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index cd797c5a8f..e3960d3406 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -45,7 +45,7 @@ static struct timeval tp1,tp2; void start_timer(void) { - GetTimeOfDay(&tp1 + GetTimeOfDay(&tp1); } double end_timer(void) |