Changeset 568
- Timestamp:
- 03/08/07 17:40:27 (2 years ago)
- Files:
-
- trunk/src/vcd/methods/vx/vx_create.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/vcd/methods/vx/vx_create.c
r567 r568 85 85 static int force = 0; 86 86 static int copy = 0; 87 static int has_tagxid = 0; 87 88 88 89 static xmlrpc_env *global_env = NULL; … … 201 202 } 202 203 203 if (do_chxid ) {204 if (do_chxid && has_tagxid) { 204 205 /* we can rely upon vdir and fpath being valid, so we 205 206 * don't use str_path_concat to get rid of mem_alloc, but we … … 244 245 method_return_sys_fault(env, "ix_attr_get"); 245 246 246 if ( !(attr.mask & IATTR_TAG))247 copy= 1;247 if (attr.mask & IATTR_TAG) 248 has_tagxid = 1; 248 249 249 250 /* check template dir */
