r5917: First step in using the new cli_credentials structure. This patch
[bbaumbach/samba-autobuild/.git] / source4 / lib / registry / tools / regpatch.c
index 600c1f60e7c2fc72e556d338de40733f278d29de..ce3d9a7e1b22c2930508c93f3b1910d0cee68fca 100644 (file)
@@ -24,6 +24,7 @@
 #include "dynconfig.h"
 #include "registry.h"
 #include "lib/cmdline/popt_common.h"
+#include "system/filesys.h"
 
 /*
  * Routines to parse a REGEDIT4 file
@@ -768,7 +769,7 @@ static int nt_apply_reg_command_file(struct registry_context *r, const char *cmd
        setup_logging(argv[0], True);
 
        if (remote) {
-               error = reg_open_remote (&h, cmdline_get_username(), cmdline_get_userpassword(), remote);
+               error = reg_open_remote (&h, cli_credentials_get_username(cmdline_credentials), cli_credentials_get_password(cmdline_credentials), remote);
        } else {
                error = reg_open_local (&h);
        }