X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=ovsdb%2Fmutation.c;fp=ovsdb%2Fmutation.c;h=53e46f93006e7f1256459993b5b8be76e671167a;hb=2f47998baea215b996af0be4d1653032005e3ac4;hp=ba56827c4f82884b105079af2231ce53feb69905;hpb=979821c0a6b0c8a9f941a2e13c49feffe2391ab8;p=cascardo%2Fovs.git diff --git a/ovsdb/mutation.c b/ovsdb/mutation.c index ba56827c4..53e46f930 100644 --- a/ovsdb/mutation.c +++ b/ovsdb/mutation.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 Nicira Networks +/* Copyright (c) 2009, 2010 Nicira Networks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -416,7 +416,7 @@ ovsdb_mutation_set_execute(struct ovsdb_row *row, break; case OVSDB_M_INSERT: - ovsdb_datum_union(dst, arg, dst_type); + ovsdb_datum_union(dst, arg, dst_type, false); error = ovsdb_datum_conforms_to_type(dst, dst_type) ? 0 : ME_COUNT; break;