~zulcss/ubuntu/lucid/likewise-open/likewise-open-sru

« back to all changes in this revision

Viewing changes to samba/source/winbindd/winbindd_cm.c

  • Committer: Bazaar Package Importer
  • Author(s): Rick Clark
  • Date: 2008-08-27 08:56:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080827085620-5q0f58b9qtog9myq
Tags: 4.1.0.2956-0ubuntu1
* missing-likewise-logo.diff: removed
* fixed copyright notice
* updated Standards-Version to 3.8.0
* removed path from command in prerm
* removed stop in S runlevel

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
 
264
264
        /* Are we still in "startup" mode ? */
265
265
 
266
 
        if (domain->startup && (now->tv_sec > domain->startup_time + 30)) {
 
266
        if (domain->startup && (now->tv_sec > domain->startup_time + WB_STARTUP_WINDOW)) {
267
267
                /* No longer in "startup" mode. */
268
268
                DEBUG(10,("check_domain_online_handler: domain %s no longer in 'startup' mode.\n",
269
269
                        domain->name ));