dav/db.c

changeset 522
46f96dcd6eab
parent 521
c5bbae4b3cca
child 523
923a4528a2ae
equal deleted inserted replaced
521:c5bbae4b3cca 522:46f96dcd6eab
327 xmlFreeTextWriter(writer); 327 xmlFreeTextWriter(writer);
328 return -1; 328 return -1;
329 } 329 }
330 } 330 }
331 331
332 if(settings & DB_STORE_USER == DB_STORE_USER) { 332 if(settings & DB_STORE_OWNER == DB_STORE_OWNER) {
333 r = xmlTextWriterWriteFormatElement( 333 r = xmlTextWriterWriteFormatElement(
334 writer, 334 writer,
335 BAD_CAST "uid", 335 BAD_CAST "uid",
336 "%u", 336 "%u",
337 (unsigned int)res->uid); 337 (unsigned int)res->uid);

mercurial