Changeset 989 for vendor/current/source4/smbd
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/smbd/server.c
r988 r989 29 29 #include "system/dir.h" 30 30 #include "system/filesys.h" 31 #include "ntvfs/ntvfs.h"32 31 #include "ntptr/ntptr.h" 33 32 #include "auth/gensec/gensec.h" … … 410 409 of the spoolss RPC server instead? */ 411 410 412 ntvfs_init(cmdline_lp_ctx); /* FIXME: maybe run this in the initialization functions413 of the SMB[,2] server instead? */414 415 411 process_model_init(cmdline_lp_ctx); 416 412
Note:
See TracChangeset
for help on using the changeset viewer.