From: Thomas Graf Date: Thu, 28 Aug 2014 12:40:50 +0000 (+0200) Subject: ovsdb: Fix error leak for negative timeout and invalid until case X-Git-Tag: v2.3.1~50 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=2fe70dd8a8106a992afeb9f94865b66b8cf54975;hp=2fe70dd8a8106a992afeb9f94865b66b8cf54975;p=cascardo%2Fovs.git ovsdb: Fix error leak for negative timeout and invalid until case Although the check for negative timeout is present, the error string is overwritten if an invalid "until" is found right after. This leaks an error string and results in not reporting the negative timeout back to the user even though it is encountered first. Signed-off-by: Thomas Graf Signed-off-by: Ben Pfaff ---