Author: jra Date: 2007-04-16 19:47:41 +0000 (Mon, 16 Apr 2007) New Revision: 22276
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22276 Log: Fix name -> servicename in messages.c Jeremy. Modified: branches/SAMBA_3_0/source/lib/messages.c branches/SAMBA_3_0_25/source/lib/messages.c Changeset: Modified: branches/SAMBA_3_0/source/lib/messages.c =================================================================== --- branches/SAMBA_3_0/source/lib/messages.c 2007-04-16 19:46:50 UTC (rev 22275) +++ branches/SAMBA_3_0/source/lib/messages.c 2007-04-16 19:47:41 UTC (rev 22276) @@ -646,7 +646,7 @@ /* If the pid was not found delete the entry from connections.tdb */ DEBUG(2,("pid %s doesn't exist - deleting connections %d [%s]\n", - procid_str_static(&crec.pid), crec.cnum, crec.name)); + procid_str_static(&crec.pid), crec.cnum, crec.servicename)); tdb_delete(the_tdb, kbuf); } msg_all->n_sent++; Modified: branches/SAMBA_3_0_25/source/lib/messages.c =================================================================== --- branches/SAMBA_3_0_25/source/lib/messages.c 2007-04-16 19:46:50 UTC (rev 22275) +++ branches/SAMBA_3_0_25/source/lib/messages.c 2007-04-16 19:47:41 UTC (rev 22276) @@ -646,7 +646,7 @@ /* If the pid was not found delete the entry from connections.tdb */ DEBUG(2,("pid %s doesn't exist - deleting connections %d [%s]\n", - procid_str_static(&crec.pid), crec.cnum, crec.name)); + procid_str_static(&crec.pid), crec.cnum, crec.servicename)); tdb_delete(the_tdb, kbuf); } msg_all->n_sent++;
