Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

Location:
vendor/current/lib/util
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/util/charset/iconv.c

    r740 r746  
    9797                        return c;
    9898                }
    99                 c = c->next;
    10099        }
    101100
  • vendor/current/lib/util/debug.c

    r740 r746  
    203203        TALLOC_FREE(format_bufr);
    204204
    205         debug_num_classes = DBGC_MAX_FIXED;
     205        debug_num_classes = 0;
    206206
    207207        state.initialized = false;
  • vendor/current/lib/util/debug.h

    r740 r746  
    202202struct debug_settings {
    203203        size_t max_log_size;
    204         bool syslog;
     204        int syslog;
    205205        bool syslog_only;
    206206        bool timestamp_logs;
  • vendor/current/lib/util/debug_s3.h

    r740 r746  
    1818*/
    1919
     20#include "librpc/gen_ndr/server_id.h"
     21
    2022struct messaging_context;
    2123struct server_id;
Note: See TracChangeset for help on using the changeset viewer.