Changeset 988 for vendor/current/source3/printing/tests
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/printing/tests/vlp.c
r746 r988 112 112 { 113 113 fstring keystr; 114 int result;115 114 116 115 slprintf(keystr, sizeof(keystr) - 1, "STATUS/%s", printer); 117 result =tdb_store_int32(tdb, keystr, status);116 tdb_store_int32(tdb, keystr, status); 118 117 } 119 118 … … 395 394 } 396 395 396 /* FIXME: We should *never* open a tdb without logging! */ 397 397 if (!(tdb = tdb_open(printdb_path, 0, 0, O_RDWR | O_CREAT, 398 398 0666))) {
Note:
See TracChangeset
for help on using the changeset viewer.