Changeset 746 for vendor/current/lib/util
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- Location:
- vendor/current/lib/util
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/util/charset/iconv.c
r740 r746 97 97 return c; 98 98 } 99 c = c->next;100 99 } 101 100 -
vendor/current/lib/util/debug.c
r740 r746 203 203 TALLOC_FREE(format_bufr); 204 204 205 debug_num_classes = DBGC_MAX_FIXED;205 debug_num_classes = 0; 206 206 207 207 state.initialized = false; -
vendor/current/lib/util/debug.h
r740 r746 202 202 struct debug_settings { 203 203 size_t max_log_size; 204 boolsyslog;204 int syslog; 205 205 bool syslog_only; 206 206 bool timestamp_logs; -
vendor/current/lib/util/debug_s3.h
r740 r746 18 18 */ 19 19 20 #include "librpc/gen_ndr/server_id.h" 21 20 22 struct messaging_context; 21 23 struct server_id;
Note:
See TracChangeset
for help on using the changeset viewer.