winbind_nss_netbsd: fix missing semicolon
[gd/samba-autobuild/.git] / nsswitch / winbind_nss_netbsd.c
index 94552639b7b463b50947105b1e3637663a79b74d..473fa50037c334d1dceb6e67bb693920fb8cfced 100644 (file)
@@ -185,7 +185,7 @@ netbsdwinbind_getgroupmembership(void *nsrv, void *nscb, va_list ap)
        };
        struct winbindd_response response = {
                .length = 0,
-       }
+       };
        gid_t   *wblistv;
        int     wblistc, i, isdup, dupc;