Changeset 988 for vendor/current/source3/lib/netapi/samr.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/lib/netapi/samr.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/lib/netapi/samr.c
r740 r988 46 46 const char *domain_name = NULL; 47 47 struct lsa_String lsa_domain_name; 48 bool domain_found = true;48 bool domain_found = e; 49 49 int i; 50 50 struct dcerpc_binding_handle *b = pipe_cli->binding_handle; … … 241 241 connect_handle, 242 242 builtin_mask, 243 CONST_DISCARD(struct dom_sid *, &global_sid_Builtin),243 , &global_sid_Builtin), 244 244 builtin_handle, 245 245 &result); … … 284 284 struct libnetapi_private_ctx); 285 285 286 if (! policy_handle_equal(handle, &priv->samr.domain_handle)) {286 if (!policy_handle_equal(handle, &priv->samr.domain_handle)) { 287 287 return; 288 288 } … … 312 312 struct libnetapi_private_ctx); 313 313 314 if (! policy_handle_equal(handle, &priv->samr.builtin_handle)) {314 if (!policy_handle_equal(handle, &priv->samr.builtin_handle)) { 315 315 return; 316 316 } … … 340 340 struct libnetapi_private_ctx); 341 341 342 if (! policy_handle_equal(handle, &priv->samr.connect_handle)) {342 if (!policy_handle_equal(handle, &priv->samr.connect_handle)) { 343 343 return; 344 344 }
Note:
See TracChangeset
for help on using the changeset viewer.
