mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Removed unused variable.
This commit is contained in:
@ -54,8 +54,6 @@ check if the buffer has that much data
|
||||
****************************************************************************/
|
||||
static BOOL check_buffer(struct BUFFER *buffer, int more)
|
||||
{
|
||||
char *temp;
|
||||
|
||||
DEBUG(10,("check_buffer: size is: %d offet is:%d growing by %d\n", buffer->length, buffer->offset, more));
|
||||
|
||||
if (buffer->offset+more > buffer->length) {
|
||||
|
Reference in New Issue
Block a user