~ubuntu-branches/ubuntu/lucid/samba/lucid-proposed

« back to all changes in this revision

Viewing changes to source/torture/vfstest.c

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-07-21 17:53:23 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050721175323-m3oh6aoigywohfnq
Tags: 3.0.14a-6ubuntu1
Resynchronise with Debian, resolving merge conflicts (#12360)

Show diffs side-by-side

added added

removed removed

Lines of Context:
418
418
                return server_fd;
419
419
}
420
420
 
 
421
void reload_printers(void)
 
422
{
 
423
        return;
 
424
}
 
425
 
421
426
/****************************************************************************
422
427
 Reload the services file.
423
428
**************************************************************************/
445
450
        
446
451
        ret = lp_load(dyn_CONFIGFILE, False, False, True);
447
452
 
448
 
        load_printers();
449
 
 
450
453
        /* perhaps the config filename is now set */
451
454
        if (!test)
452
455
                reload_services(True);