Changeset 454 for trunk/server/source3/smbd/server.c
- Timestamp:
- Jun 4, 2010, 3:11:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/smbd/server.c
r429 r454 1117 1117 reopen_logs(); 1118 1118 1119 #ifdef __OS2__ 1120 unsigned long _System DosSetPriority (unsigned long ulScope, unsigned long ulClass, long lDelta, unsigned long ulID); 1121 int rc; 1122 rc = DosSetPriority( 1123 0, /* Scope: only one process */ 1124 4, /* set to PRTYC_FOREGROUNDSERVER */ 1125 0, /* set delta - was 0 */ 1126 0); /* Assume current process */ 1127 DEBUG(0,( "Server priority set to PRTYC_FOREGROUNDSERVER\n")); 1128 #endif 1129 1119 1130 DEBUG(0,("smbd version %s started.\n", samba_version_string())); 1120 1131 DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
Note:
See TracChangeset
for help on using the changeset viewer.