fix windows dll name
[gssweb.git] / firefox / lib / main.js
index 6ff5db1..7c755b6 100644 (file)
@@ -12,7 +12,7 @@ try {
 }
 catch (e) {
     try {
-        json_gssapi = ctypes.open("libjsongssapi.dll");
+        json_gssapi = ctypes.open("jsongssapi.dll");
     }
     catch (e) {
         console.log("Error loading the JSON GSS-API library: " + e);