Some popt improvements:
authorWayne Davison <wayned@samba.org>
Sat, 8 Mar 2008 18:54:17 +0000 (10:54 -0800)
committerWayne Davison <wayned@samba.org>
Sat, 8 Mar 2008 19:02:40 +0000 (11:02 -0800)
- Fixed a bug in short-opt parsing when an abutting arg has an '='.
- Allow a short-opt to be separated from its arg by an '='.
- Avoid an IBM-checker warning about an impossible case in a switch
  and a warning about a potential NULL-pointer dereference.
- Fixed a memory leak.


No differences found