Skip to content

Commit

Permalink
file_server: Fix spoolss support with s3fs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomilk committed Aug 30, 2012
1 parent bf36462 commit fb917eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file_server/file_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static const char *generate_smb_conf(struct task_server *task)
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_daemon:spoolssd = embedded\n");
fdprintf(fd, "rpc_server:tcpip = no\n");

fdprintf(fd, "map hidden = no\n");
Expand Down

0 comments on commit fb917eb

Please sign in to comment.