From 0899066fd6afc0fa8617d9e8c6dc5f6a7ece1dc5 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 31 May 2003 02:03:58 +0000 Subject: Got us happy running under valgrind again :-). Jeremy. (This used to be commit b6ab9d73610861d225d72845d4df7cf970155e39) --- source3/smbd/connection.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/connection.c') diff --git a/source3/smbd/connection.c b/source3/smbd/connection.c index 92aaebab1f..5bb76eb3bd 100644 --- a/source3/smbd/connection.c +++ b/source3/smbd/connection.c @@ -42,6 +42,7 @@ static void make_conn_key(connection_struct *conn, const char *name, TDB_DATA *p pkey->cnum = conn?conn->cnum:-1; fstrcpy(pkey->name, name); #ifdef DEVELOPER + /* valgrind fixer... */ { size_t sl = strlen(pkey->name); if (sizeof(fstring)-sl) -- cgit