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

Subversion リポジトリの参照

Diff of /trunk/1.7.x/ccs-patch/security/ccsecurity/util.c

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

revision 2040 by kumaneko, Wed Jan 7 04:54:30 2009 UTC revision 2041 by kumaneko, Wed Jan 7 05:06:03 2009 UTC
# Line 2048  static int ccs_read_domain_policy(struct Line 2048  static int ccs_read_domain_policy(struct
2048                                     ignore_global_allow_env))                                     ignore_global_allow_env))
2049                          return 0;                          return 0;
2050                  head->read_step = 2;                  head->read_step = 2;
2051  acl_loop:   acl_loop:
2052                  if (head->read_step == 3)                  if (head->read_step == 3)
2053                          goto tail_mark;                          goto tail_mark;
2054                  /* Print ACL entries in the domain. */                  /* Print ACL entries in the domain. */
# Line 2060  acl_loop: Line 2060  acl_loop:
2060                                  return 0;                                  return 0;
2061                  }                  }
2062                  head->read_step = 3;                  head->read_step = 3;
2063  tail_mark:   tail_mark:
2064                  if (!ccs_io_printf(head, "\n"))                  if (!ccs_io_printf(head, "\n"))
2065                          return 0;                          return 0;
2066                  head->read_step = 1;                  head->read_step = 1;

Legend:
Removed from v.2040  
changed lines
  Added in v.2041

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