Changeset 727 for branches/client-2.1/src
- Timestamp:
- Nov 12, 2012, 10:48:03 AM (13 years ago)
- Location:
- branches/client-2.1/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-2.1/src/help/changelog.txt
r692 r727 742 742 <$LI> wis Skript nderungen 743 743 #endif 744 744 #ifndef txt 745 :eul. 746 #endif 747 748 <$UL>2.1.3 GA: 749 #ifndef txt 750 :ul compact. 751 #endif 752 #ifdef en 753 <$LI> Ticket #204 754 <$LI> wis script changes 755 #endif 756 #ifdef fr 757 <$LI> Ticket nø 204 758 <$LI> Modification de script wis 759 #endif 760 #ifdef de 761 <$LI> Ticket #204 762 <$LI> wis Skript nderungen 763 #endif 745 764 746 765 #ifndef txt -
branches/client-2.1/src/ndpsmb.c
r589 r727 947 947 smbwrp_fileinfo finfo; 948 948 int rc = 0; 949 int rcCon = 0; 949 950 unsigned long action; 950 951 char path[CCHMAXPATH+1] = {0}; … … 1008 1009 smbwrp_disconnect( pRes, pConn->cli); 1009 1010 // reconnect 1010 smbwrp_connect( pRes, &pConn->cli); 1011 // try file list again 1011 rcCon = smbwrp_connect( pRes, &pConn->cli); 1012 if (rcCon != NO_ERROR) 1013 debuglocal(9,"NdpQueryPathInfo smbwrp_connect rc = %d\n", rcCon); 1014 1015 // try file list again if reconnecting worked 1016 if (rcCon == NO_ERROR) 1012 1017 rc = smbwrp_getattr( &pRes->srv, pConn->cli, &finfo); 1013 debuglocal(9,"NdpQueryPathInfo remote connection lost, rc = %d\n", rc);1014 1018 } 1019 debuglocal(9,"NdpQueryPathInfo smbwrp_getattr, rc = %d\n", rc); 1015 1020 switch (rc) 1016 1021 {
Note:
See TracChangeset
for help on using the changeset viewer.