Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.74 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. source3/utils/net_dom.c |    3 ++-
  2.  1 files changed, 2 insertions(+), 1 deletions(-)
  3.  
  4. diff --git a/source3/utils/net_dom.c b/source3/utils/net_dom.c
  5. index 132630d..3bf6a27 100644
  6. --- a/source3/utils/net_dom.c
  7. +++ b/source3/utils/net_dom.c
  8. @@ -38,7 +38,8 @@ static int net_dom_unjoin(struct net_context *c, int argc, const char **argv)
  9.         const char *account = NULL;
  10.         const char *password = NULL;
  11.         uint32_t unjoin_flags = NETSETUP_ACCT_DELETE |
  12. -                               NETSETUP_JOIN_DOMAIN;
  13. +                               NETSETUP_JOIN_DOMAIN |
  14. +                               NETSETUP_IGNORE_UNSUPPORTED_FLAGS;
  15.         struct cli_state *cli = NULL;
  16.         bool do_reboot = false;
  17.         NTSTATUS ntstatus;