Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/printing/tests/vlp.c

    r746 r988  
    112112{
    113113        fstring keystr;
    114         int result;
    115114
    116115        slprintf(keystr, sizeof(keystr) - 1, "STATUS/%s", printer);
    117         result = tdb_store_int32(tdb, keystr, status);
     116        tdb_store_int32(tdb, keystr, status);
    118117}
    119118
     
    395394        }
    396395
     396        /* FIXME: We should *never* open a tdb without logging! */
    397397        if (!(tdb = tdb_open(printdb_path, 0, 0, O_RDWR | O_CREAT,
    398398                             0666))) {
Note: See TracChangeset for help on using the changeset viewer.