mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Merge a bunch of trivial changes from HEAD. The difference remaining
should actual functional differences between HEAD and 3.0. - Mostly reformatting - Removal of unecessary #include "smb.h" - Merge of dyn_DRIVERFILE removal - Silly bug fix for python code
This commit is contained in:
@ -71,7 +71,7 @@ void uuid_generate_random(GUID *out)
|
||||
uuid_pack(&uu, out);
|
||||
}
|
||||
|
||||
char *uuid_to_string(const GUID in)
|
||||
char *guid_to_string(const GUID in)
|
||||
{
|
||||
struct uuid uu;
|
||||
char *out;
|
||||
|
Reference in New Issue
Block a user