mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
match.c: Add comment to clarify that endif corresponding to which ifndef
The endif preprocessor directive was corresponding to an ifndef _WIN32, a comment has been added which clarifies that. Signed-off-by: Eshan Kelkar <eshankelkar@galorithm.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
committed by
Sahana Prasad
parent
40b2279407
commit
0f102fd1a2
@@ -576,7 +576,7 @@ match_cidr_address_list(const char *address,
|
|||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* _WIN32 */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Tries to match an object against a comma separated group of objects
|
* @brief Tries to match an object against a comma separated group of objects
|
||||||
|
|||||||
Reference in New Issue
Block a user