strongswan/src/frontends
Tobias Brunner 6405653da2 android: Avoid lint errors when determining column indices
The lint version used on our GitHub build hosts reported these errors:

Error: Value must be ≥ 0 [Range]
        db.update(TABLE_VPNPROFILE, values, KEY_ID + " = " + cursor.getLong(cursor.getColumnIndex(KEY_ID)), null);

That's because get*() expect a valid index >= 0 but getColumnIndex()
can return -1 if the column name doesn't exist.
2021-05-05 16:40:14 +02:00
..
android android: Avoid lint errors when determining column indices 2021-05-05 16:40:14 +02:00
gnome nm: Move server port to options tab and position tabs to the left 2020-05-19 16:17:24 +02:00
osx Simplify handling of terminating signals in all libcharon wrappers 2020-09-30 12:47:39 +02:00
.gitignore Added some generated files to .gitignore. 2010-10-15 10:25:08 +02:00