What are the values of "si" and "t2i"?
(gdb) print si
$4 = (smb_info_t *) 0xbfbfe79c
(gdb) print t2i
$5 = (smb_transact2_info_t *) 0x800a
(gdb) print *si
$6 = {cmd = 50, unicode = 1, request = 0, unidir = 0, info_level = -1, info_count = -1, sip = 0xe7df048,
ct = 0xe7a99a4}
(gdb) print *t2i
Cannot access memory at address 0x800a.
strange?
-- Marcin Gryszkalis <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>
