]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
r3065: Update from DAPL SourceForge: indicate which handle is invalid
authorJames Lentini <jlentini@netapp.com>
Thu, 11 Aug 2005 18:39:34 +0000 (18:39 +0000)
committerJames Lentini <jlentini@netapp.com>
Thu, 11 Aug 2005 18:39:34 +0000 (18:39 +0000)
Signed-off-by: James Lentini <jlentini@netapp.com>
dapl/common/dapl_evd_resize.c

index 939025251aef8af2ae0a8c6e68569ea04b67f998..1c17fa6bfa865fee80708f51ae47320a855c747d 100644 (file)
@@ -77,7 +77,7 @@ DAT_RETURN dapl_evd_resize (
 
     if (DAPL_BAD_HANDLE (evd_handle, DAPL_MAGIC_EVD))
     {
-       dat_status = DAT_ERROR (DAT_INVALID_HANDLE,0);
+       dat_status = DAT_ERROR (DAT_INVALID_HANDLE,DAT_INVALID_HANDLE1);
        goto bail;
     }