]> andersk Git - openssh.git/blobdiff - match.h
- (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
[openssh.git] / match.h
diff --git a/match.h b/match.h
index 4625d97691fb418d84c306da395b4e16b4c611ab..8eac0a5022959b0e563a2a7d33ca41a8c1e735df 100644 (file)
--- a/match.h
+++ b/match.h
@@ -10,8 +10,8 @@ int     match_pattern(const char *s, const char *pattern);
 /*
  * Tries to match the host name (which must be in all lowercase) against the
  * comma-separated sequence of subpatterns (each possibly preceded by ! to
- * indicate negation).  Returns true if there is a positive match; zero
- * otherwise.
+ * indicate negation).  Returns -1 if negation matches, 1 if there is
+ * a positive match, 0 if there is no match at all.
  */
 int     match_hostname(const char *host, const char *pattern, unsigned int len);
 
This page took 0.263854 seconds and 4 git commands to generate.