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

Subversion リポジトリの参照

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

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

revision 2577 by kumaneko, Thu May 21 08:25:02 2009 UTC revision 2581 by kumaneko, Sun May 24 05:43:34 2009 UTC
# Line 662  static int ccs_check_network_entry(const Line 662  static int ccs_check_network_entry(const
662                  error = err;                  error = err;
663                  goto done;                  goto done;
664          }          }
665          if (r.mode == 1 && ccs_domain_quota_ok(r.cookie.u.domain))          if (r.mode == 1 && ccs_domain_quota_ok(r.cookie.u.domain)) {
666                    struct ccs_condition *cond = ccs_handler_cond();
667                  ccs_update_network_entry(operation, is_ipv6 ?                  ccs_update_network_entry(operation, is_ipv6 ?
668                                           IP_RECORD_TYPE_IPv6 :                                           IP_RECORD_TYPE_IPv6 :
669                                           IP_RECORD_TYPE_IPv4,                                           IP_RECORD_TYPE_IPv4,
670                                           NULL, address, address, port, port,                                           NULL, address, address, port, port,
671                                           r.cookie.u.domain, ccs_handler_cond(),                                           r.cookie.u.domain, cond, false);
672                                           false);                  ccs_put_condition(cond);
673            }
674          error = 0;          error = 0;
675   done:   done:
676          ccs_exit_request_info(&r);          ccs_exit_request_info(&r);

Legend:
Removed from v.2577  
changed lines
  Added in v.2581

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