1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-21 20:23:50 +03:00

r25028: Fix more warnings.

(This used to be commit 3aa7ee4a0d)
This commit is contained in:
Jelmer Vernooij
2007-09-08 13:34:42 +00:00
committed by Gerald (Jerry) Carter
parent dccf3f99e4
commit 7a287e0704
9 changed files with 38 additions and 26 deletions

View File

@@ -232,7 +232,7 @@ const char *socket_wrapper_dir(void)
return s;
}
static unsigned int socket_wrapper_default_iface(void)
unsigned int socket_wrapper_default_iface(void)
{
const char *s = getenv("SOCKET_WRAPPER_DEFAULT_IFACE");
if (s) {