Changeset 745 for trunk/server/source4/lib/registry/samba.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/lib/registry/samba.c
r414 r745 39 39 40 40 location = talloc_asprintf(ctx, "%s/%s.ldb", 41 lp _private_dir(lp_ctx),41 lpcfg_private_dir(lp_ctx), 42 42 name); 43 W_ERROR_HAVE_NO_MEMORY(location); 43 44 44 45 error = reg_open_hive(ctx, location, auth_info, creds, event_ctx, lp_ctx, &hive); … … 47 48 error = reg_open_ldb_file(ctx, location, auth_info, 48 49 creds, event_ctx, lp_ctx, &hive); 50 51 talloc_free(discard_const_p(char, location)); 49 52 50 53 if (!W_ERROR_IS_OK(error))
Note:
See TracChangeset
for help on using the changeset viewer.