Skip to content

Commit

Permalink
file_server: Use the embedded winreg server
Browse files Browse the repository at this point in the history
  • Loading branch information
abartlet committed May 1, 2012
1 parent c3be524 commit 2e1a4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions file_server/file_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ static const char *generate_smb_conf(struct task_server *task)
fdprintf(fd, "rpc_server:svcctl = embedded\n");
fdprintf(fd, "rpc_server:eventlog = embedded\n");
fdprintf(fd, "rpc_server:ntsvcs = embedded\n");
fdprintf(fd, "rpc_server:winreg = embedded\n");
fdprintf(fd, "rpc_server:spoolss = embedded\n");
fdprintf(fd, "rpc_daemon:spoolssd = disabled\n");
fdprintf(fd, "rpc_server:tcpip = no\n");
Expand Down

0 comments on commit 2e1a4f6

Please sign in to comment.