From e7364521a101ce9df748c0517322d000a0a95551 Mon Sep 17 00:00:00 2001 From: tantricity Date: Mon, 31 Aug 2009 22:35:25 +0000 Subject: [PATCH] smb - small fix git-svn-id: https://devkitpro.svn.sourceforge.net/svnroot/devkitpro/trunk/libogc@3700 258c5a1a-4f63-435d-9564-e8f6d34ab52c --- libtinysmb/smb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtinysmb/smb.c b/libtinysmb/smb.c index 82b70e0..4563ed5 100644 --- a/libtinysmb/smb.c +++ b/libtinysmb/smb.c @@ -1066,7 +1066,7 @@ s32 SMB_Connect(SMBCONN *smbhndl, const char *user, const char *password, const _CPU_ISR_Restore(level); } - if(!handle) handle = __smb_allocate_handle(); + handle = __smb_allocate_handle(); if(!handle) return SMB_ERROR; handle->user = strdup(user); -- 2.11.4.GIT