mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
ctdb_client.h: fix build on AIX by removing C++-style comments
Reported by John P Janosik <jpjanosi@us.ibm.com> Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit 1f327401f2e181780937aa3f6c479376ff787f3f)
This commit is contained in:
parent
e782b61732
commit
49fcfd2cb3
@ -481,8 +481,8 @@ struct ctdb_uptime {
|
||||
ctdb_control_tcp_addr structure instead
|
||||
*/
|
||||
struct ctdb_control_tcp {
|
||||
struct sockaddr_in src; // samba uses this
|
||||
struct sockaddr_in dest;// samba uses this
|
||||
struct sockaddr_in src; /* samba uses this */
|
||||
struct sockaddr_in dest; /* samba uses this */
|
||||
};
|
||||
/* new style structure */
|
||||
struct ctdb_control_tcp_addr {
|
||||
|
Loading…
Reference in New Issue
Block a user