Remove accidential commit.
authorGünther Deschner <gd@samba.org>
Thu, 14 Feb 2008 00:45:07 +0000 (01:45 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 14 Feb 2008 00:54:07 +0000 (01:54 +0100)
Guenther
(This used to be commit 2ab1167e156e989f4b60fcb4dbc7d7eefc64bed0)

source3/rpcclient/cmd_netlogon.c

index 0efee845f486ba4c80771e3ae91ac60eabf5705c..ac27d387ced5f1fc4e16eb9153bc4e68e8fdfc54 100644 (file)
@@ -32,7 +32,7 @@ static WERROR cmd_netlogon_logon_ctrl2(struct rpc_pipe_client *cli,
        uint32_t level = 1;
        union netr_CONTROL_DATA_INFORMATION data;
        union netr_CONTROL_QUERY_INFORMATION query;
-       const char *domain = "BER";
+       const char *domain = lp_workgroup();
 
        if (argc > 5) {
                fprintf(stderr, "Usage: %s <logon_server> <function_code> "