Print

Print


Looked fine in testing.

The DN string came in with newlines as expected:
```
(gdb) print s
$1 = (XrdOucString &) @0x7fc45c023688: {_vptr.XrdOucString = 0x614c10 <vtable for XrdOucString+16>, str = 0x7fc45c01c680 "/DC=org\nDC=incommon\nC=US\nST=California\nL=La Jolla\nO=University of California, San Diego\nCN=stashcache.t2.ucsd.edu\nCN=563638112", len = 126, siz = 127, static blksize = -1}
```

Then replaced with slashes:
```
(gdb) print s
$5 = (XrdOucString &) @0x7fc45c023688: {_vptr.XrdOucString = 0x614c10 <vtable for XrdOucString+16>, str = 0x7fc45c01c680 "/DC=org/DC=incommon/C=US/ST=California/L=La Jolla/O=University of California, San Diego/CN=stashcache.t2.ucsd.edu/CN=563638112", len = 126, siz = 127, static blksize = -1}```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/pull/1688#issuecomment-1115448624
You are receiving this because you are subscribed to this thread.

Message ID: <[log in to unmask]>

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1