Changeset 77 for trunk/samba/source/utils/nmblookup.c
- Timestamp:
- Sep 30, 2007, 3:42:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/utils/nmblookup.c
r1 r77 7 7 This program is free software; you can redistribute it and/or modify 8 8 it under the terms of the GNU General Public License as published by 9 the Free Software Foundation; either version 2of the License, or9 the Free Software Foundation; either version 3 of the License, or 10 10 (at your option) any later version. 11 11 … … 16 16 17 17 You should have received a copy of the GNU General Public License 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 along with this program. If not, see <http://www.gnu.org/licenses/>. 20 19 21 20 */ … … 195 194 static BOOL lookup_by_ip = False; 196 195 poptContext pc; 196 TALLOC_CTX *frame = talloc_stackframe(); 197 197 198 198 struct poptOption long_options[] = { … … 294 294 295 295 poptFreeContext(pc); 296 296 TALLOC_FREE(frame); 297 297 return(0); 298 298 }
Note:
See TracChangeset
for help on using the changeset viewer.