mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
r15146: fix comments
metze (This used to be commit c67062815816fbc2b69c1316f4b91f9a28759a88)
This commit is contained in:
parent
7b8e8daa53
commit
bc1314bfd3
@ -65,16 +65,14 @@ struct wreplsrv_in_connection {
|
||||
};
|
||||
|
||||
/*
|
||||
state of an outcoming wrepl connection
|
||||
state of an outgoing wrepl connection
|
||||
*/
|
||||
struct wreplsrv_out_connection {
|
||||
/* our global service context */
|
||||
struct wreplsrv_service *service;
|
||||
|
||||
/*
|
||||
* the partner that connects us,
|
||||
* can be NULL, when we got a connection
|
||||
* from an unknown address
|
||||
* the partner we connect
|
||||
*/
|
||||
struct wreplsrv_partner *partner;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user