summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-10-12 21:50:41 -0700
committerJeremy Allison <jra@samba.org>2007-10-12 21:50:41 -0700
commita1166e9e651f4acdcf7926c5d8e9cf0c9108fe71 (patch)
tree32f606b88739ddced09928aa9c301754d30cb2df /source
parent3403c6c330b886c86d6d856c3ffc13b043fd6fc1 (diff)
downloadsamba-a1166e9e651f4acdcf7926c5d8e9cf0c9108fe71.tar.gz
samba-a1166e9e651f4acdcf7926c5d8e9cf0c9108fe71.tar.xz
samba-a1166e9e651f4acdcf7926c5d8e9cf0c9108fe71.zip
Dummy formatting commit to check I've set up my home git
correctly.
Diffstat (limited to 'source')
-rw-r--r--source/lib/util_sock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/lib/util_sock.c b/source/lib/util_sock.c
index 8c5d1b6feca..80799326208 100644
--- a/source/lib/util_sock.c
+++ b/source/lib/util_sock.c
@@ -1846,8 +1846,9 @@ bool is_myname_or_ipaddr(const char *s)
fstring name, dnsname;
char *servername;
- if ( !s )
+ if ( !s ) {
return false;
+ }
/* santize the string from '\\name' */