зеркало из https://github.com/mozilla/pjs.git
Fixed an error of incorrect return value type in _MD_DeleteSharedMemory.
This commit is contained in:
Родитель
57174e3315
Коммит
13ee58e1ab
|
@ -445,7 +445,7 @@ extern PRStatus _MD_DeleteSharedMemory( const char *name )
|
|||
PR_SetError( PR_UNKNOWN_ERROR , errno );
|
||||
PR_LOG( _pr_shm_lm, PR_LOG_DEBUG,
|
||||
("_MD_OpenSharedMemory(): _PR_MakeNativeIPCName() failed: %s", name ));
|
||||
return( NULL );
|
||||
return rc;
|
||||
}
|
||||
|
||||
urc = shm_unlink( ipcname );
|
||||
|
|
Загрузка…
Ссылка в новой задаче