Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch #1 for Ice for Android 0.1.1: NullPointerException

mes
mes California
This patch corrects the issue reported here, in which a NullPointerException can be raised during socket operations.

To apply the patch to the Ice for Android 0.1.1 source distribution:

$ cd IceAndroid-0.1.1
$ patch -p1 < patch-android.txt

Comments

  • mes wrote: »
    This patch corrects the issue reported here, in which a NullPointerException can be raised during socket operations.

    To apply the patch to the Ice for Android 0.1.1 source distribution:

    $ cd IceAndroid-0.1.1
    $ patch -p1 < patch-android.txt

    Patched and compiled without errors. It solved my problem, thanks!