A couple improvements to the new arg-globbing code:
authorWayne Davison <wayned@samba.org>
Fri, 21 Mar 2008 14:11:37 +0000 (07:11 -0700)
committerWayne Davison <wayned@samba.org>
Fri, 21 Mar 2008 14:22:34 +0000 (07:22 -0700)
commit987a546756461b305120d08e379bd83c95fbc39b
tree3b06d75e091ea76a8f16a61928bbdcdf032944b2
parent4d30f17671bdcc0f17facb133ea283eea6f0dc12
A couple improvements to the new arg-globbing code:
- Put all the state variables into a single struct.
- Reuse the buffer memory for each glob_expand() call until a final
  call with a NULL pointer tells us to free it.
io.c
util.c