オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /branches/ccs-patch/security/ccsecurity/network.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3695 by kumaneko, Mon May 24 04:35:02 2010 UTC revision 3696 by kumaneko, Mon May 24 07:52:11 2010 UTC
# Line 217  static int ccs_network_entry2(const bool Line 217  static int ccs_network_entry2(const bool
217                          if (!(acl->perm & perm))                          if (!(acl->perm & perm))
218                                  continue;                                  continue;
219                          if (!ccs_compare_number_union(port, &acl->port) ||                          if (!ccs_compare_number_union(port, &acl->port) ||
220                              !ccs_condition(&r, ptr))                              !ccs_condition(&r, ptr->cond))
221                                  continue;                                  continue;
222                          switch (acl->address_type) {                          switch (acl->address_type) {
223                          case CCS_IP_ADDRESS_TYPE_ADDRESS_GROUP:                          case CCS_IP_ADDRESS_TYPE_ADDRESS_GROUP:

Legend:
Removed from v.3695  
changed lines
  Added in v.3696

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26