Bug 513567 - Not enough arguments in nsISocketTransport.close in GPSDProvider.shutdown; r=dougt

This commit is contained in:
Ehsan Akhgari 2009-08-31 07:29:20 +04:30
parent ece1cdb103
commit 74c093fdce

View File

@ -177,7 +177,7 @@ GPSDProvider.prototype = {
LOG("shutdown called\n");
this.outputStream.close();
this.inputStream.close();
this.transport.close();
this.transport.close(Components.results.NS_OK);
},
isReady: function() {