diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-13 21:08:02 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-13 21:08:02 +0000 |
| commit | 6baf7cc80ea9cb47434833c387c09cacfd248571 (patch) | |
| tree | 8514b64e320ec177cc682e7beb87182f36110d47 /lib/libgssapi/gss_mech_switch.c | |
| parent | 361c75321b30cb78c342c953b08f1e83817fcbf9 (diff) | |
Notes
Diffstat (limited to 'lib/libgssapi/gss_mech_switch.c')
| -rw-r--r-- | lib/libgssapi/gss_mech_switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgssapi/gss_mech_switch.c b/lib/libgssapi/gss_mech_switch.c index d07db8865d3f..2d742e7ee232 100644 --- a/lib/libgssapi/gss_mech_switch.c +++ b/lib/libgssapi/gss_mech_switch.c @@ -83,7 +83,7 @@ _gss_string_to_oid(const char* s, gss_OID oid) * out the size. Second time around, we actually encode the * number. */ - res = 0; + res = NULL; for (i = 0; i < 2; i++) { byte_count = 0; for (p = s, j = 0; p; p = q, j++) { |
