303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
|
}
/* Commit */
db_end_transaction(0);
#if 0 /* Do an autosync push, if requested */
/* arugable for JSON mode? */
if( !g.isHTTP && !isPrivate ) autosync(AUTOSYNC_PUSH);
#endif
return 0;
}
/*
** Impl of /json/branch/create.
|
|
|
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
|
}
/* Commit */
db_end_transaction(0);
#if 0 /* Do an autosync push, if requested */
/* arugable for JSON mode? */
if( !g.isHTTP && !isPrivate ) autosync(SYNC_PUSH);
#endif
return 0;
}
/*
** Impl of /json/branch/create.
|