This commit is contained in:
Sanjana Rajan 2018-03-16 11:52:45 -07:00
parent 7408e824cb
commit a41fc29b44

View File

@ -484,7 +484,7 @@ Signature.prototype.read_sub_packet = function (bytes) {
break; break;
case 23: case 23:
// Key Server Preferences // Key Server Preferences
read_array.call(this, 'keyServerPreferencess', bytes.subarray(mypos, bytes.length)); read_array.call(this, 'keyServerPreferences', bytes.subarray(mypos, bytes.length));
break; break;
case 24: case 24:
// Preferred Key Server // Preferred Key Server