summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/com/classes/simple.c4
-rw-r--r--source4/libcli/nbt/nbtname.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/com/classes/simple.c b/source4/lib/com/classes/simple.c
index e4bf8d18e1..295f113207 100644
--- a/source4/lib/com/classes/simple.c
+++ b/source4/lib/com/classes/simple.c
@@ -86,7 +86,7 @@ static uint32_t simpleclass_IUnknown_Release (struct IUnknown *d, TALLOC_CTX *me
/* Everything below this line should be autogenerated later on */
static struct IClassFactory_vtable simple_classobject_vtable = {
- {},
+ { 0, 0, 0, { 0, 0 }, { 0, 0, 0, 0, 0, 0 } },
simpleclass_IUnknown_QueryInterface,
simpleclass_IUnknown_AddRef,
simpleclass_IUnknown_Release,
@@ -97,7 +97,7 @@ static struct IClassFactory_vtable simple_classobject_vtable = {
};
static struct IStream_vtable simple_IStream_vtable = {
- {},
+ { 0, 0, 0, { 0, 0 }, { 0, 0, 0, 0, 0, 0 } },
simple_IUnknown_QueryInterface,
simple_IUnknown_AddRef,
simple_IUnknown_Release,
diff --git a/source4/libcli/nbt/nbtname.c b/source4/libcli/nbt/nbtname.c
index 5f344d9c6d..0fc679def3 100644
--- a/source4/libcli/nbt/nbtname.c
+++ b/source4/libcli/nbt/nbtname.c
@@ -36,7 +36,7 @@
*/
void ndr_print_nbt_string(struct ndr_print *ndr, const char *name, const char *s)
{
- return ndr_print_string(ndr, name, s);
+ ndr_print_string(ndr, name, s);
}
/*