Ján Tomko
3103a9770f
Fix assignment of comparison against zero
...
Assign the value we're comparing:
(val = func()) < 0
instead of assigning the comparison value:
(val = func() < 0)
Both were introduced along with the code,
the TLS tests by commit bd789df in 0.9.4
net events by commit de87691 in 1.2.2.
Note that the event id type fix is a no-op:
vshNetworkEventIdTypeFromString can only return
-1 (failure) and the event is never used or
0 (the only possible event) and the value of 0 < 0 is still 0.
2014-07-16 09:39:57 +02:00
..
2014-07-08 09:30:45 +02:00
2009-09-21 14:41:45 +01:00
2009-09-21 14:41:45 +01:00
2009-09-21 14:41:45 +01:00
2009-09-21 14:41:45 +01:00
2012-12-11 19:54:37 -05:00
2014-01-09 09:32:55 +01:00
2014-04-07 12:51:05 +02:00
2012-03-05 13:18:24 +01:00
2014-04-01 10:38:14 -06:00
2009-09-21 14:41:45 +01:00
2014-03-25 14:58:41 +01:00
2013-09-03 14:06:11 +02:00
2014-05-19 17:07:47 -06:00
2012-09-20 16:30:55 -06:00
2014-07-09 15:08:23 +02:00
2012-09-20 16:30:55 -06:00
2014-03-25 14:58:41 +01:00
2014-07-03 12:22:37 +02:00
2012-09-20 16:30:55 -06:00
2014-03-25 14:58:41 +01:00
2014-03-10 14:26:04 +01:00
2014-07-16 09:39:57 +02:00
2014-03-10 14:26:04 +01:00
2014-06-02 18:09:09 +02:00
2012-09-20 16:30:55 -06:00
2014-03-25 14:58:41 +01:00
2012-09-20 16:30:55 -06:00
2014-05-14 10:18:35 -06:00
2012-09-20 16:30:55 -06:00
2014-05-16 00:22:18 -06:00
2012-09-20 16:30:55 -06:00
2014-03-25 14:58:41 +01:00
2012-09-20 16:30:55 -06:00
2014-06-12 14:06:21 +02:00
2012-09-20 16:30:55 -06:00
2014-06-26 00:43:38 +02:00
2014-06-12 14:06:21 +02:00
2014-07-14 09:26:39 +02:00
2013-07-10 11:07:31 +02:00
2012-09-20 16:30:55 -06:00
2012-09-20 16:30:55 -06:00
2012-09-20 16:30:55 -06:00
2012-09-20 16:30:55 -06:00
2012-09-20 16:30:55 -06:00
2014-03-10 14:26:04 +01:00
2014-03-25 14:58:41 +01:00
2013-08-08 16:36:31 +01:00
2014-03-03 12:40:32 -07:00
2013-08-19 20:25:53 -06:00
2013-08-28 13:50:10 +02:00
2013-09-13 14:57:52 +02:00