Changeset 988 for vendor/current/source3/lib/netapi/shutdown.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/lib/netapi/shutdown.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/lib/netapi/shutdown.c
r740 r988 39 39 40 40 werr = libnetapi_get_binding_handle(ctx, r->in.server_name, 41 &ndr_table_initshutdown .syntax_id,41 &ndr_table_initshutdown, 42 42 &b); 43 43 if (!W_ERROR_IS_OK(werr)) { … … 83 83 84 84 werr = libnetapi_get_binding_handle(ctx, r->in.server_name, 85 &ndr_table_initshutdown .syntax_id,85 &ndr_table_initshutdown, 86 86 &b); 87 87 if (!W_ERROR_IS_OK(werr)) {
Note:
See TracChangeset
for help on using the changeset viewer.
