Displaying 3 results from an estimated 3 matches for "get_called_name".
2004 May 26
2
duplicate domains in browse list
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
i recently upgraded some of my servers from 3.0.2a to 3.0.4
after the upgrade my browselist shows duplicate entries for the domains.
one domains is managed by a samba PDC(providing WINS too) and two samba
BDC's.
the other domains are managed by one samba PDC.
'smbclient -N -L <WINS_SERVER>' shows:
- ---
Workgroup
2002 May 29
1
BUG: when using 'addprinter command'
...ter->info_2->sharename));
free_a_printer(&printer, 2);
return WERR_PRINTER_ALREADY_EXISTS;
}
if (*lp_addprinter_cmd() )
if ( !add_printer_hook(printer) ) {
free_a_printer(&printer,2);
return WERR_ACCESS_DENIED;
}
slprintf(name, sizeof(name)-1, "\\\\%s\\%s", get_called_name(),
printer->info_2->sharename);
if ((snum = print_queue_snum(printer->info_2->sharename)) == -1) {
free_a_printer(&printer,2);
return WERR_ACCESS_DENIED;
}
1 the function print_queue_snum check is a printer share exitst, if so gives a error,
2 add the printer t...
2003 Jul 27
2
Samba Betas not building, cvs or provided tar archives
...function `get_private_directory':
param/loadparm.c:4249: warning: pointer/integer type mismatch in conditional
expression
param/loadparm.c: In function `lp_set_logfile':
param/loadparm.c:4260: warning: pointer/integer type mismatch in conditional
expression
param/loadparm.c: In function `get_called_name':
param/loadparm.c:4273: warning: pointer/integer type mismatch in conditional
expression
make: *** [param/loadparm.o] Error 1