s3:smbd: remove dirptr and dirpath from connection_struct
authorStefan Metzmacher <metze@samba.org>
Fri, 7 Aug 2009 07:31:45 +0000 (09:31 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 7 Aug 2009 12:18:17 +0000 (14:18 +0200)
commitc50a03e4e2c47b828f81f2e4dc214ec84d9cae63
tree9b3a93b399215737652d57d3fdff350fe363ed9c
parentdfae090c5d0c238f2c620d77edc6bb6cf1bb027b
s3:smbd: remove dirptr and dirpath from connection_struct

They're both only used in the context of a function,
so we can make them stack variables.

metze
source3/include/proto.h
source3/include/smb.h
source3/smbd/conn.c
source3/smbd/dir.c
source3/smbd/reply.c
source3/smbd/service.c
source3/smbd/trans2.c