diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-02-16 11:39:42 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-02-16 11:39:42 +0000 |
commit | c98b12d911e49827887c2165850cc3bfd19b41e5 (patch) | |
tree | 03d11ad163464fe1c774002612795d9a00480cf0 /package/network/services/samba36/Makefile | |
parent | 30ccd13c812bf9af19f10449b3d7b8612e12d51d (diff) | |
download | mtk-20170518-c98b12d911e49827887c2165850cc3bfd19b41e5.zip mtk-20170518-c98b12d911e49827887c2165850cc3bfd19b41e5.tar.gz mtk-20170518-c98b12d911e49827887c2165850cc3bfd19b41e5.tar.bz2 |
samba36: fix segmentation fault when trying to add non-existent users
Based on a patch from НКВД. Closes #12962.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35610
Diffstat (limited to 'package/network/services/samba36/Makefile')
-rw-r--r-- | package/network/services/samba36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index f71d909..2842c98 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba PKG_VERSION:=3.6.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \ http://ftp.samba.org/pub/samba/old-versions |