X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fcondition.c;h=8e67c889853b889e4e8aa8afd25d5cf27f9389d9;hb=6d7d2ace1494936d11b8cabcec26c7e4d0fdda68;hp=c57e419785c393c28aceee21cb2232b3ca7dde18;hpb=40f280c781639c24176e054abc20bb7270da9e7a;p=sliver-openvswitch.git diff --git a/ovsdb/condition.c b/ovsdb/condition.c index c57e41978..8e67c8898 100644 --- a/ovsdb/condition.c +++ b/ovsdb/condition.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011 Nicira Networks +/* Copyright (c) 2009, 2010, 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -258,11 +258,11 @@ ovsdb_clause_evaluate(const struct ovsdb_row *row, case OVSDB_F_LE: case OVSDB_F_GE: case OVSDB_F_GT: - NOT_REACHED(); + OVS_NOT_REACHED(); } } - NOT_REACHED(); + OVS_NOT_REACHED(); } bool