cc-1164 cc: WARNING File = rpc_server/srv_svcctl_nt.c, Line = 455 Argument of type "unsigned int *" is incompatible with parameter of type "int *". result = enum_internal_services(p->mem_ctx, &services, 0, &num_int_services); ^
enum_internal_services() might use "uint32 *" for this argument type instead, and in the function enum_internal_services() the variable num_services should be defined as "uint32". Also, note on Line 446: num_int_services = 0; this statement is already done at variable instantiation, and from the comments it looks like two additional function calls are planned. This statement could be removed.
Fixed - thanks!
Created attachment 1348 [details] Level 10 log file Samba 3.0.13
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.