X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=utilities%2Fovs-vlan-bug-workaround.c;h=88fb2b197fd0668cbe641468a9b21c1725fbc6b2;hb=c5cf10598f8c9f4428291e9df3ecd72a05fb1ccf;hp=f459dec4bbe6313604f3fbc4b01b81ef0ff74d97;hpb=f137ed099e3feaa4a9d8c5dc5f5234945451795e;p=sliver-openvswitch.git diff --git a/utilities/ovs-vlan-bug-workaround.c b/utilities/ovs-vlan-bug-workaround.c index f459dec4b..88fb2b197 100644 --- a/utilities/ovs-vlan-bug-workaround.c +++ b/utilities/ovs-vlan-bug-workaround.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Nicira Networks. + * Copyright (c) 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. @@ -138,7 +138,7 @@ parse_options(int argc, char *argv[]) exit(EXIT_FAILURE); default: - NOT_REACHED(); + OVS_NOT_REACHED(); } } free(short_options);