diff options
author | Wayne Davison <wayned@samba.org> | 2005-11-10 16:42:46 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2005-11-10 16:42:46 +0000 |
commit | 2997e9f7695c645ee0ff47168c5ca136c89831fa (patch) | |
tree | 2229d27d0694d3f1db72035e06dd961d08ecb131 /access.c | |
parent | 2374023982538fa9bc177117cc95b3268ee63d2d (diff) | |
download | rsync-2997e9f7695c645ee0ff47168c5ca136c89831fa.tar.gz rsync-2997e9f7695c645ee0ff47168c5ca136c89831fa.tar.bz2 rsync-2997e9f7695c645ee0ff47168c5ca136c89831fa.zip |
Indent the "oom:" label away from column 0.
Diffstat (limited to 'access.c')
-rw-r--r-- | access.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ static int match_address(char *addr, char *tok) ret = match_binary(a, t, mask, addrlen); -out: + out: freeaddrinfo(resa); freeaddrinfo(rest); return ret; |