Changeset 988 for vendor/current/source4/param/share.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/param/share.c
r740 r988 23 23 #include "param/share.h" 24 24 #include "param/param.h" 25 #include "lib/util/samba_modules.h" 25 26 26 c onst char *share_string_option(struct share_config *scfg, const char *opt_name, const char *defval)27 char *share_string_option(TALLOC_CTX *mem_ctx, struct share_config *scfg, const char *opt_name, const char *defval) 27 28 { 28 return scfg->ctx->ops->string_option( scfg, opt_name, defval);29 return scfg->ctx->ops->string_option(mem_ctx, scfg, opt_name, defval); 29 30 } 30 31
Note:
See TracChangeset
for help on using the changeset viewer.