From: Jeremy Allison Date: Mon, 16 Apr 2007 19:47:41 +0000 (+0000) Subject: r22276: Fix name -> servicename in messages.c X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~697 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc4face3bc269afa7af19bde534cacc04f9510a9;p=thirdparty%2Fsamba.git r22276: Fix name -> servicename in messages.c Jeremy. --- diff --git a/source/lib/messages.c b/source/lib/messages.c index 316854f6436..94caca69b70 100644 --- a/source/lib/messages.c +++ b/source/lib/messages.c @@ -646,7 +646,7 @@ static int traverse_fn(TDB_CONTEXT *the_tdb, TDB_DATA kbuf, TDB_DATA dbuf, void /* 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++;