Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 139369
Collapse All | Expand All

(-)source/smbd/service.c (+5 lines)
Lines 763-768 Link Here
763
		smb_panic("make_connection: PANIC ERROR. Called as nonroot\n");
763
		smb_panic("make_connection: PANIC ERROR. Called as nonroot\n");
764
	}
764
	}
765
765
766
	if (conn_num_open() > 2047) {
767
		*status = NT_STATUS_INSUFF_SERVER_RESOURCES;
768
		return NULL;
769
	}
770
766
	if(lp_security() != SEC_SHARE) {
771
	if(lp_security() != SEC_SHARE) {
767
		vuser = get_valid_user_struct(vuid);
772
		vuser = get_valid_user_struct(vuid);
768
		if (!vuser) {
773
		if (!vuser) {

Return to bug 139369