search for: buffer_p

Displaying 2 results from an estimated 2 matches for "buffer_p".

Did you mean: buffer_t
1999 Oct 05
0
smbclient tar restore problem (linkflag) from tape-drive
...39;)) { if (hb->dbuf.linkflag == 0) { DEBUG(6, ("Warning: NULL link flag (gnu tar archive ?) %s\n", finfo->name)); ... In the following code, since linkflag is NULL, it switches to the "default" case, which is to skip the file. linkflag = ((union hblock *)buffer_p) -> dbuf.linkflag; switch (linkflag) { case '0': /* Should use symbolic names--FIXME */ /* * Skip to the next block first, so we can get the file, FIXME, should * be in get_file ... * The 'finfo.size != 0' fix is from Bob Boehmer <boehme...
1999 Oct 05
0
SAMBA digest 2259
...DEBUG(6, ("Warning: NULL link flag (gnu tar archive ?) %s\n", > finfo->name)); > > .. > > In the following code, since linkflag is NULL, it switches to > the "default" case, > which is to skip the file. > > linkflag = ((union hblock *)buffer_p) -> dbuf.linkflag; > > switch (linkflag) { > > case '0': /* Should use symbolic names--FIXME */ > > /* > * Skip to the next block first, so we can get the > file, FIXME, should > * be in get_file ... > * The 'finf...