mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
c470c3ceac
commit
bcfb3a45e4
@@ -186,7 +186,7 @@ struct ldb_parse_tree {
|
||||
} list;
|
||||
struct {
|
||||
struct ldb_parse_tree *child;
|
||||
} not;
|
||||
} isnot;
|
||||
} u;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user