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)
- 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.


No differences found