r22276: Fix name -> servicename in messages.c
authorJeremy Allison <jra@samba.org>
Mon, 16 Apr 2007 19:47:41 +0000 (19:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:23 +0000 (12:19 -0500)
Jeremy.
(This used to be commit cc4face3bc269afa7af19bde534cacc04f9510a9)

source3/lib/messages.c

index 316854f643655f39eaec1363c2f40fddd481f644..94caca69b70e42efa7c2474f9a097f22a7da3a68 100644 (file)
@@ -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++;