Changeset 589
- Timestamp:
- Jun 29, 2011, 6:34:01 PM (14 years ago)
- Location:
- trunk/client/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/Config.km_
r584 r589 15 15 TOOLKIT = u:/os2tk45 16 16 17 # libsmb 3.3 is threadunsafe, change _UNSAVE to _SAVEin 3.518 LIBSMB_THREAD_UNSAFE = LIBSMB_THREAD_ UNSAFE17 # libsmb 3.3 is threadunsafe, change =0 to =1 in 3.5 18 LIBSMB_THREAD_UNSAFE = LIBSMB_THREAD_SAFE=0 -
trunk/client/src/help/changelog.txt
r567 r589 615 615 <$UL>2.0.1: 616 616 #ifndef txt 617 :ul .617 :ul compact. 618 618 #endif 619 619 #ifdef en … … 640 640 :h2 res=014.Version 2.1 641 641 :p. 642 :ul compact.642 :ul. 643 643 #endif 644 644 <$UL>alpha1: … … 662 662 #endif 663 663 #ifndef txt 664 :eul. 665 #endif 666 667 <$UL>beta1: 668 #ifndef txt 669 :ul compact. 670 #endif 671 #ifdef en 672 <$LI> fixed a trap as samba 3.3 is not threadsafe (thanks to Vitali) 673 #endif 674 #ifdef fr 675 <$LI> fixed a trap as samba 3.3 is not threadsafe (merci 676 Vitali). 677 #endif 678 #ifdef de 679 <$LI> einen Trap bereinigt, weil Samba 3.3 nicht threadsicher ist (Dank geht an Vitali) 680 #endif 681 #ifndef txt 682 :eul. 683 #endif 684 685 <$UL>2.1.0 GA: 686 #ifndef txt 687 :ul compact. 688 #endif 689 #ifdef en 690 <$LI> update to Samba 3.3.15 client code 691 #endif 692 #ifdef fr 693 <$LI> Passage au code du client Samba v3.3.15. 694 #endif 695 #ifdef de 696 <$LI> Update auf Samba 3.3.15 Client-Code 697 #endif 698 699 #ifndef txt 664 700 :eul.:eul. 665 701 #endif -
trunk/client/src/ndpsmb.c
r584 r589 156 156 } 157 157 158 #if ndef LIBSMB_THREAD_SAFE158 #if LIBSMB_THREAD_SAFE==0 159 159 160 160 #define ENTER() do { \
Note:
See TracChangeset
for help on using the changeset viewer.