1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Remove an unused variable

This commit is contained in:
Volker Lendecke 2008-10-05 15:48:55 +02:00
parent 8670235f2a
commit 9bb6bae4ef

View File

@ -145,7 +145,6 @@ error:
int get_my_ip_address( struct sockaddr_storage **pp_ss )
{
struct iface_struct nics[MAX_INTERFACES];
int i, n;
struct sockaddr_storage *list = NULL;
int count = 0;