mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
fixed warning
This commit is contained in:
parent
030a6ebb71
commit
e77037c2b8
@ -66,7 +66,7 @@ namespace tunnel
|
|||||||
return t1->GetCreationTime () > t2->GetCreationTime ();
|
return t1->GetCreationTime () > t2->GetCreationTime ();
|
||||||
else
|
else
|
||||||
return t1 < t2;
|
return t1 < t2;
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user