Dummy formatting commit to check I've set up my home git
authorJeremy Allison <jra@samba.org>
Sat, 13 Oct 2007 04:50:41 +0000 (21:50 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 13 Oct 2007 04:50:41 +0000 (21:50 -0700)
correctly.

source/lib/util_sock.c

index 8c5d1b6feca2426c0247c2a9926142e0af2c67ef..8079932620815f15be5b3336239193b6dc1436a9 100644 (file)
@@ -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' */