14 lines
266 B
Diff
14 lines
266 B
Diff
diff --git a/lib/utils.c b/lib/utils.c
|
|
index dae1b51..8a1a65d 100644
|
|
--- a/lib/utils.c
|
|
+++ b/lib/utils.c
|
|
@@ -165,8 +165,6 @@ int get_time_rtt(unsigned *val, const char *arg, int *raw)
|
|
t = (double)res;
|
|
}
|
|
|
|
- if (p == arg)
|
|
- return -1;
|
|
*raw = 1;
|
|
|
|
if (*p) {
|