Updated to work with latest io.c changes.
[rsync/rsync-patches.git] / netgroup-auth.diff
index f2a32e4..5b1c64b 100644 (file)
@@ -3,9 +3,9 @@ and hosts deny.
 
 This patch still needs autoconf support for portability.
 
---- access.c   30 Jul 2003 06:12:27 -0000      1.13
-+++ access.c   25 Apr 2004 17:20:47 -0000
-@@ -22,11 +22,14 @@
+--- old/access.c
++++ new/access.c
+@@ -22,12 +22,15 @@
    */
  
  #include "rsync.h"
@@ -14,7 +14,8 @@ This patch still needs autoconf support for portability.
  
  static int match_hostname(char *host, char *tok)
  {
-       if (!host || !*host) return 0;
+       if (!host || !*host)
+               return 0;
 +      if (*tok == '@' && tok[1])
 +              return innetgr(tok + 1, host, NULL, NULL);
        return wildmatch(tok, host);