Changeset 745 for trunk/server/source3/printing/printing_db.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/printing/printing_db.c
r414 r745 21 21 22 22 #include "includes.h" 23 #include "system/filesys.h" 23 24 #include "printing.h" 25 #include "util_tdb.h" 24 26 25 27 static struct tdb_print_db *print_db_head; … … 99 101 } 100 102 101 if (geteuid() != 0) {103 if (geteuid() != sec_initial_uid()) { 102 104 become_root(); 103 105 done_become_root = True; … … 159 161 ****************************************************************************/ 160 162 161 TDB_DATA get_printer_notify_pid_list(TDB_CONTEXT*tdb, const char *printer_name, bool cleanlist)163 struct TDB_DATA get_printer_notify_pid_list(struct tdb_context *tdb, const char *printer_name, bool cleanlist) 162 164 { 163 165 TDB_DATA data;
Note:
See TracChangeset
for help on using the changeset viewer.