gpo: Add the winbind call to gpupdate
[metze/samba/wip.git] / source3 / winbindd / winbindd.c
index 53267374be044ed1b0e70c838de8f730ccc6fd45..0a8d146dfdc76ecf26c3c6d850a853a3abf84b1e 100644 (file)
@@ -1790,6 +1790,8 @@ int main(int argc, const char **argv)
                daemon_ready("winbindd");
        }
 
+       gpupdate_init();
+
        /* Loop waiting for requests */
        while (1) {
                frame = talloc_stackframe();