X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/52e09c4e076125dd724f969fe00062f2a0815de4..8871c12ac6de6b52f034946d009f0f9f5f5b808d:/netgroup-auth.diff diff --git a/netgroup-auth.diff b/netgroup-auth.diff index 5062a82..8732782 100644 --- a/netgroup-auth.diff +++ b/netgroup-auth.diff @@ -21,7 +21,7 @@ To use this patch, run these commands for a successful build: { if (!host || !*host) return 0; -+ if (*tok == '@' && tok[1]) ++ if (*tok == '@' && tok[1]) + return innetgr(tok + 1, host, NULL, NULL); return wildmatch(tok, host); }