Ignore:
Timestamp:
Aug 20, 2008, 2:29:02 PM (17 years ago)
Author:
Yuri Dario
Message:

Handle automatic reconnection, fixes for return codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.5/src/smbwrp.c

    r147 r150  
     1
    12#include "includes.h"
    23
     
    9596        if (cli->fd == -1)
    9697        {
    97                 return ENOTCONN;
     98                return maperror( ENOTCONN);
    9899        }
    99100        return maperror(cli_errno(cli));
     
    495496
    496497        debuglocal(4," tconx ok. cli caps %08x\n", c->capabilities);
    497 
     498       
    498499        // save cli_state pointer
    499500        *cli = c;
Note: See TracChangeset for help on using the changeset viewer.