diff options
author | Jeremy Allison <jra@samba.org> | 2007-10-12 21:50:41 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-10-12 21:50:41 -0700 |
commit | 6c8225445b9c6d92abee48d4954a7d3fe2d2e987 (patch) | |
tree | dd6f9903faf39d78499a51f273fb3cef5c519222 | |
parent | e9cf3a8ca264118c0050579940f2812ac0aa356c (diff) | |
download | samba-6c8225445b9c6d92abee48d4954a7d3fe2d2e987.tar.gz samba-6c8225445b9c6d92abee48d4954a7d3fe2d2e987.tar.bz2 samba-6c8225445b9c6d92abee48d4954a7d3fe2d2e987.zip |
Dummy formatting commit to check I've set up my home git
correctly.
(This used to be commit a1166e9e651f4acdcf7926c5d8e9cf0c9108fe71)
-rw-r--r-- | source3/lib/util_sock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c index 8c5d1b6fec..8079932620 100644 --- a/source3/lib/util_sock.c +++ b/source3/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' */ |