summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--librpc/gen_ndr/cli_winreg.c1
-rw-r--r--source4/utils/net/config.mk1
2 files changed, 1 insertions, 1 deletions
diff --git a/librpc/gen_ndr/cli_winreg.c b/librpc/gen_ndr/cli_winreg.c
index 208ca66b1e..82dbb63ac5 100644
--- a/librpc/gen_ndr/cli_winreg.c
+++ b/librpc/gen_ndr/cli_winreg.c
@@ -5640,3 +5640,4 @@ NTSTATUS rpccli_winreg_DeleteKeyEx(struct rpc_pipe_client *cli,
return werror_to_ntstatus(r.out.result);
}
+
diff --git a/source4/utils/net/config.mk b/source4/utils/net/config.mk
index 5b9414092e..56d2d8a08f 100644
--- a/source4/utils/net/config.mk
+++ b/source4/utils/net/config.mk
@@ -39,7 +39,6 @@ PRIVATE_DEPENDENCIES = \
net_OBJ_FILES = $(addprefix $(utilssrcdir)/net/, \
net.o \
- net_machinepw.o \
net_password.o \
net_join.o \
net_vampire.o)