X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fovs-brcompatd.c;h=18a6708e1ec0249ee28812824a0cbfce38cbf289;hb=9b80f761bed9a32c1b0eb22ee3361966057ea973;hp=41aabe48205c260f9d62ce60f3942cf3f5d23629;hpb=5b44dc995c4fac16d63a980158245ebcf3db7b62;p=sliver-openvswitch.git diff --git a/vswitchd/ovs-brcompatd.c b/vswitchd/ovs-brcompatd.c index 41aabe482..18a6708e1 100644 --- a/vswitchd/ovs-brcompatd.c +++ b/vswitchd/ovs-brcompatd.c @@ -456,7 +456,7 @@ handle_fdb_query_cmd(struct ofpbuf *buffer) uint32_t seq; int error; - /* Parse the command received from brcompat_mod. */ + /* Parse the command received from brcompat. */ error = parse_command(buffer, &seq, &linux_name, NULL, &count, &skip); if (error) { return error;