Changeset 230 for branches/samba-3.2.x/source
- Timestamp:
- May 26, 2009, 6:48:33 PM (16 years ago)
- Location:
- branches/samba-3.2.x/source
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/Makefile
r228 r230 20 20 smbtorture4_path= 21 21 22 LIBS= 22 LIBS=-lsocket -lsyslog -lurpo 23 23 CC=gcc 24 24 SHLD=shared-libraries-disabled -
branches/samba-3.2.x/source/VERSION
r228 r230 26 26 SAMBA_VERSION_MAJOR=3 27 27 SAMBA_VERSION_MINOR=2 28 SAMBA_VERSION_RELEASE= 628 SAMBA_VERSION_RELEASE=7 29 29 30 30 ######################################################## -
branches/samba-3.2.x/source/include/version.h
r228 r230 2 2 #define SAMBA_VERSION_MAJOR 3 3 3 #define SAMBA_VERSION_MINOR 2 4 #define SAMBA_VERSION_RELEASE 65 #define SAMBA_VERSION_OFFICIAL_STRING "3.2. 6"4 #define SAMBA_VERSION_RELEASE 7 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.2.7" 6 6 #define SAMBA_VERSION_STRING samba_version_string() -
branches/samba-3.2.x/source/smbd/service.c
r137 r230 237 237 238 238 if (!lp_registry_shares()) { 239 return -1; 240 } 241 242 if ((servicename == NULL) || (*servicename == '\0')) { 239 243 return -1; 240 244 }
Note:
See TracChangeset
for help on using the changeset viewer.