1
0
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:
Tim Potter
-
parent 3ce5207853
commit d3998307ad
20 changed files with 12 additions and 27 deletions

View File

@ -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;