ofp-parse: New function parse_ofp_exact_flow().
[openvswitch] / ovsdb / ovsdb.c
index abe88e9f9fb86df34ac13025d716fb91c0a00460..584433c7f7df5182e94fd4d74cc628e73ce7be45 100644 (file)
@@ -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.
@@ -253,7 +253,7 @@ ovsdb_schema_from_json(struct json *json, struct ovsdb_schema **schemap)
     }
 
     *schemap = schema;
-    return 0;
+    return NULL;
 }
 
 struct json *