1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3: Remove a bogus comment

This commit is contained in:
Volker Lendecke 2011-08-25 17:22:13 +02:00
parent f533b50105
commit 77810431c9

View File

@ -1358,10 +1358,6 @@ NTSTATUS ctdbd_register_ips(struct ctdbd_connection *conn,
}
conn->release_ip_handler = release_ip_handler;
/*
* store the IP address of the server socket for later
* comparison in release_ip()
*/
conn->release_ip_priv = private_data;
/*