Changeset 146

Show
Ignore:
Timestamp:
08/16/08 17:22:41 (4 months ago)
Author:
ydario
Message:

Use kBuild to drive the build system, it makes life easier.

Location:
branches/client-1.5/src
Files:
4 added
1 removed
1 modified

Legend:

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

    r145 r146  
    915915 
    916916        *pconn = (HCONNECTION)pConn; 
    917         log("NdpCreateConnection %d %d\n", rc, resp.rc); 
     917        log("NdpCreateConnection %d\n", rc); 
    918918        return rc; 
    919919}